Help for this page

Select Code to Download


  1. or download this
    unless ( is_input_valid() ) {
        report_bad_input();
    }
    
  2. or download this
    unless ( defined is_input_valid() ) {
        report_bad_input();
    }