<?php posix_isatty(resource|int $file_descriptor): bool
<?php } if (function_exists('posix_isatty') && posix_isatty($fd)) { return true; }