Help for this page

Select Code to Download


  1. or download this
    print ( $foo == 1 ) ? "hi" : "bye";
  2. or download this
    print(  ( $foo == 1 )  ?  "hi"  :  "bye"  );
    print +( $foo == 1 ) ? "hi" : "bye";