Why doesn’t PHP print TRUE/FALSE? [duplicate]

From the manual:

A boolean TRUE value is converted to the string “1”. Boolean FALSE is converted to “” (the empty string). This allows conversion back and forth between boolean and string values.

Leave a Comment