alan_k Thu Aug 15 05:56:19 2002 EDT
Modified files:
/phpdoc/en/reference/dio/functions dio-fcntl.xml
Log:
added documentation for F_SETFL
Index: phpdoc/en/reference/dio/functions/dio-fcntl.xml
diff -u phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.2
phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.3
--- phpdoc/en/reference/dio/functions/dio-fcntl.xml:1.2 Wed Apr 17 02:37:33 2002
+++ phpdoc/en/reference/dio/functions/dio-fcntl.xml Thu Aug 15 05:56:19 2002
@@ -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>
@@ -80,6 +80,13 @@
F_DUPFD - finds the lowest numbered available file descriptor
greater or equal than <parameter>arg</parameter> and returns
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>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php