File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
reference/filesystem/functions Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments