Help for this page

Select Code to Download


  1. or download this
    if ( $y ) {
      $x = 1;
    ...
    } else {
     $x = 0;
    }
    
  2. or download this
    if ( $x = !!$y || 0 ) {
     ...
    }