We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0219f62 commit fbba47cCopy full SHA for fbba47c
language/wrappers/php.xml
@@ -25,8 +25,8 @@
25
input or output stream of the PHP process. The stream references a
26
duplicate file descriptor, so if you open <filename>php://stdin</filename>
27
and later close it, you close only your copy of the descriptor-the actual
28
- stream referenced by <constant>STDIN</constant> is unaffected. Note that
29
- PHP exhibited buggy behavior in this regard until PHP 5.2.1. It is
+ stream referenced by <constant>STDIN</constant> is unaffected.
+ It is
30
recommended that you simply use the constants <constant>STDIN</constant>,
31
<constant>STDOUT</constant> and <constant>STDERR</constant> instead of
32
manually opening streams using these wrappers.
0 commit comments