Skip to content

Instantly share code, notes, and snippets.

@axgle
Created November 11, 2009 05:35
Show Gist options
  • Save axgle/231701 to your computer and use it in GitHub Desktop.
Save axgle/231701 to your computer and use it in GitHub Desktop.
<?php
var_dump(posix_isatty(STDIN));
var_dump(posix_isatty(STDOUT));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment