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 fbba47c commit c5c3a41Copy full SHA for c5c3a41
reference/filesystem/functions/fopen.xml
@@ -243,6 +243,14 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
243
<literal>'b'</literal> mode instead.
244
</para>
245
</note>
246
+ <note>
247
+ <simpara>
248
+ The <parameter>mode</parameter> is ignored for <filename>php://output</filename>,
249
+ <filename>php://input</filename>, <filename>php://stdin</filename>,
250
+ <filename>php://stdout</filename>, <filename>php://stderr</filename> and
251
+ <filename>php://fd</filename> stream wrappers.
252
+ </simpara>
253
+ </note>
254
</listitem>
255
</varlistentry>
256
<varlistentry>
0 commit comments