Help for this page

Select Code to Download


  1. or download this
    if ( ( $flag1 or $flag2 )
     and ( length( $string ) )
    
  2. or download this
    if ( ( $flag1 or $flag2  )
     and ( length( $string ) )
    
  3. or download this
    if ( ( $flag1 or $flag2  ) and
         ( length( $string ) )
    
  4. or download this
    if ( &condition( $flag1, $flag2, $string ) )