¡@

Home 

php Programming Glossary: io.php

Detect if a PHP script is being run interactively or not

http://stackoverflow.com/questions/11327367/detect-if-a-php-script-is-being-run-interactively-or-not

Some example usage to show what it can detect. Input php io.php Character device as input io stdin isChr true echo php io.php.. Character device as input io stdin isChr true echo php io.php Input piped from another command io stdin isFifo true php io.php.. Input piped from another command io stdin isFifo true php io.php infile Input from a regular file name taken verbatim from C..