added documentation for F_SETFL

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92144 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Alan Knowles 2002-08-15 09:56:19 +00:00
parent 764a6080a4
commit 65334899b7

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/dio.xml, last change in rev 1.1 -->
<refentry id="function.dio-fcntl">
<refnamediv>
@ -82,6 +82,13 @@
them.
</para>
</listitem>
<listitem>
<para>
F_SETFL - Sets the file descriptors flags to the value specified by
<parameter>arg</parameter>, Which can be O_APPEND,O_NONBLOCK or
O_ASYNC . To use O_ASYNC you will need to use the pcntl extension.
</para>
</listitem>
</itemizedlist>
</para>
</refsect1>