mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2f99b24390
commit
d78803af92
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue