Skip to main content

2 docs tagged with "boolean"

View all tags

PHP - Boolean

In PHP, a boolean (bool) is a built-in scalar data type used to express truth values, which can be either True or False. Boolean literals use the constants True or False, which are case-insensitive.