Help for this page

Select Code to Download


  1. or download this
      if($flag==true) { ...
    
  2. or download this
      if($flag) { ...
    
  3. or download this
      if(!$flag) { ...
    
      if(not $flag) { ...
    
      unless($flag) { ...
    
  4. or download this
      $value eq ""