Skip to content

Commit ff95ca3

Browse files
committed
Update fopen.xml for 'n' flag
php/doc-en@18bac83
1 parent 71908b9 commit ff95ca3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

reference/filesystem/functions/fopen.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 74b2af242f2131cd43a8830fee3864f1f68ccbed Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 18bac8389b98d513c89e965000086acfcdfdd0a9 Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: shimooka,mumumu -->
55
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.fopen">
66
<refnamediv>
@@ -194,6 +194,13 @@ $handle = fopen("c:\\folder\\resource.txt", "r");
194194
POSIX.1-2008 準拠のシステムでコンパイルされた PHP でのみ利用可能です。
195195
</entry>
196196
</row>
197+
<row>
198+
<entry><literal>'n'</literal></entry>
199+
<entry>
200+
オープンされたファイル記述子に non-blocking フラグを設定します。
201+
POSIX.1-2008 準拠のシステムでコンパイルされた PHP でのみ利用可能です。
202+
</entry>
203+
</row>
197204
</tbody>
198205
</tgroup>
199206
</table>

0 commit comments

Comments
 (0)