Boolean (PHP)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen

To specify a boolean literal, use the constants TRUE or FALSE. Both are case-insensitive.

<?php
$foo = True; // assign the value TRUE to $foo
?>

Bronnen