Help for this page

Select Code to Download


  1. or download this
    someFunc() if($someVar==$anotherVar);
    
  2. or download this
    if(someVar==anotherVar)someFunc();
    else anotherFunc();