Help for this page

Select Code to Download


  1. or download this
    if ( SomeCondition ) {
    
    ...
    
      $this = 'the other';
    }
    
  2. or download this
    if ( !SomeCondition ) {
    
    ...
    
      #  More code follows ..
    }