Help for this page

Select Code to Download


  1. or download this
    $min = some number if defined
    $max = some number if defined
    ...
            $if .= "($IdleTime >= $min)";
        }
    }
    
  2. or download this
    if ({$if}) {
        print "hi";
    } else {
        print "hello";
    }