Data Type Php

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