mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
764a6080a4
commit
65334899b7
1 changed files with 8 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue