Help for this page

Select Code to Download


  1. or download this
    if ( !$boolean1 and !$boolean2 ) {
    
  2. or download this
    unless ( $boolean1 or $boolean2 ) {
    
  3. or download this
    if ( !$boolean ) {
    
  4. or download this
    unless ( $boolean ) {