php://stdout doesn't use output buffer (bug #49688)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290707 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-13 21:47:34 +00:00
parent 94470c3cc2
commit c618b7115d

View file

@ -409,7 +409,7 @@ X-MyCustomHeader: Foo
<simpara>
<filename>php://stdin</filename>, <filename>php://stdout</filename>
and <filename>php://stderr</filename> allow access to
and <filename>php://stderr</filename> allow direct access to
the corresponding input or output stream of the PHP process. The stream
references a duplicate file descriptor, so if you open
<filename>php://stdin</filename> and later close it, you close only your