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 fc068b4 commit 18bac83Copy full SHA for 18bac83
reference/filesystem/functions/fopen.xml
@@ -190,7 +190,14 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
190
<entry><literal>'e'</literal></entry>
191
<entry>
192
Set close-on-exec flag on the opened file descriptor. Only
193
- available in PHP compiled on POSIX.1-2008 conform systems.
+ available in PHP compiled on POSIX.1-2008 conformant systems.
194
+ </entry>
195
+ </row>
196
+ <row>
197
+ <entry><literal>'n'</literal></entry>
198
+ <entry>
199
+ Set non-blocking flag on the opened file descriptor. Only
200
201
</entry>
202
</row>
203
</tbody>
0 commit comments