Help for this page

Select Code to Download


  1. or download this
    $string = "1.00";
    if (int ($string > 1)) {
    ...
    } else {
      print "Not true";
    }