Help for this page

Select Code to Download


  1. or download this
    do { if( ... ) { ...; $return->last_statement; } }
    
  2. or download this
    (
        ( if_condition_true() )
      ? ( then_return_this() )
      : ( else_return_this() )
    )