STD* with reading from stdin (bug #43283)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-11-21 11:41:15 +00:00
parent 2f99b24390
commit d78803af92

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.50 $ -->
<!-- $Revision: 1.51 $ -->
<chapter xml:id="features.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Using PHP from the command line</title>
<para>
@ -289,6 +289,12 @@ php -r 'fwrite(STDERR, "stderr\n");'
You do not need to explicitly close these streams, as they are closed
automatically by PHP when your script ends.
</para>
<note>
<para>
These constants are not available in case of reading PHP script from
<literal>stdin</literal>.
</para>
</note>
</listitem>
<listitem>
<para>