Help for this page

Select Code to Download


  1. or download this
    # Create terminal watcher
    
    ...
    print "STDIN is: ", defined(fileno(STDIN)) ? 'open' : 'closed', "\n" ;
    
    $S_stdin->up() ;