To specify a boolean literal, use the keywords TRUE or FALSE. Both are case-insensitive.
<?php
$foo=True; //assign the value TRUE to $foo variable
?>
<?php
$foo=True; //assign the value TRUE to $foo variable
?>
Best Web Development Site. Learn PHP, Learn JavaScript,Learn HTML & CSS
Comments
Post a Comment