mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Remove obsolete info regarding php://stdin
This commit is contained in:
parent
0219f62dcd
commit
fbba47c54e
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
|||
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 copy of the descriptor-the actual
|
||||
stream referenced by <constant>STDIN</constant> is unaffected. Note that
|
||||
PHP exhibited buggy behavior in this regard until PHP 5.2.1. It is
|
||||
stream referenced by <constant>STDIN</constant> is unaffected.
|
||||
It is
|
||||
recommended that you simply use the constants <constant>STDIN</constant>,
|
||||
<constant>STDOUT</constant> and <constant>STDERR</constant> instead of
|
||||
manually opening streams using these wrappers.
|
||||
|
|
Loading…
Reference in a new issue