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