Help for this page

Select Code to Download


  1. or download this
      return $status == 0 ? 0 : 1;
      return !!$status; # Checks if $status is true or not, not if it is e
    +xactly zero; "" or undef are false, but not == 0.
    ...
      } else {
        return 1;
      }