News Feed
Jobs Feed
Sections




News Archive
Brian Moon's Blog:
Check for a TTY or interactive terminal in PHP
September 02, 2011 @ 09:12:47

In a new post to his blog Brian Moon describes a need he had for detecting if the client or user calling a PHP script was using an interactive terminal (TTY) or not:

Let's say I am trying to find out why some file import did not happen. Running the job that is supposed to do it may yield an error. Maybe it was a file permission issue or something. There are other people watching the alerts. What they don't know is that I am running the code and looking at these errors in real time.

Since the errors were being sent to the log file, they were lost to the client/user on the other end left staring at their script wondering what went wrong. He ended up with a solution (a pretty simple one too) that uses posix_ttyname and posix_isatty. He includes the little snippet of code he puts in his prepend file that checks for errors then checks for a TTY. If both are there, it turns off logging the errors to the file and sends them direct instead.

0 comments voice your opinion now!
check tty interactive terminal posixisatty posixttyname error log


blog comments powered by Disqus

Similar Posts

Job Posting: Apollo Interactive Seeks PHP Programmer (Culver City, CA)

NETTUTS.com: Are You Making These 10 PHP Mistakes?

Dave Marshall's Blog: Log memory usage using declare and ticks in PHP

Miro Svrtan: PHP Fatal errors into exceptions natively

Pierre-Alain Joye's Blog: Howto use a single php.ini for cli/cgi with htscanner, use 0.7.0 or later


Community Events









Don't see your event here?
Let us know!


composer tool testing release interview development zendframework2 event podcast opinion code object example api functional introduction unittest framework community language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework