From 7e28818921c1d2a38cc97101461da7d1f964c565 Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Thu, 29 Jan 2004 18:05:50 +0000 Subject: [PATCH] Adding Documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150124 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../sockets/functions/socket-set-nonblock.xml | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/reference/sockets/functions/socket-set-nonblock.xml b/reference/sockets/functions/socket-set-nonblock.xml index 3df5b2cf51..0ebd8e9e76 100644 --- a/reference/sockets/functions/socket-set-nonblock.xml +++ b/reference/sockets/functions/socket-set-nonblock.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,32 @@ &warn.experimental.func; - &warn.undocumented.func; + The socket_set_nonblock function sets the O_NONBLOCK flag + on the socket specified by the socket parameter. + + + + <function>socket_set_nonblock</function> example + + +]]> + + &return.success;