Boolean type constant : Boolean : Language Basics PHP Source Code


PHP Source Code » Language Basics » Boolean »

 

Boolean type constant




<?
if (FALSE)
 print("This will never print<BR>");
else
 print("This will always print<BR>");
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Language Basics
» Boolean