Help for this page
CONDITION ? do_if_true() : do_if_false();
0 ? print "TRUE" : print "FALSE";
print( 0 ? "TRUE" : "FALSE" );