From 65334899b7a8170cd85e43fe73a0c1b33207be55 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Aug 2002 09:56:19 +0000 Subject: [PATCH] added documentation for F_SETFL git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@92144 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/dio/functions/dio-fcntl.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/reference/dio/functions/dio-fcntl.xml b/reference/dio/functions/dio-fcntl.xml index f7ed91e31e..5971d50ad6 100644 --- a/reference/dio/functions/dio-fcntl.xml +++ b/reference/dio/functions/dio-fcntl.xml @@ -1,5 +1,5 @@ - + @@ -82,6 +82,13 @@ them. + + + F_SETFL - Sets the file descriptors flags to the value specified by + arg, Which can be O_APPEND,O_NONBLOCK or + O_ASYNC . To use O_ASYNC you will need to use the pcntl extension. + +