From f257dac2ffb9be523633c33ac0e14ebc77e065b6 Mon Sep 17 00:00:00 2001 From: Derek Ford Date: Thu, 29 Jan 2004 20:33:36 +0000 Subject: [PATCH] Adding Documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150129 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../sockets/functions/socket-set-block.xml | 37 +++++++++++++++++-- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/reference/sockets/functions/socket-set-block.xml b/reference/sockets/functions/socket-set-block.xml index 6e6d5aa1b2..45f1bf5ae3 100644 --- a/reference/sockets/functions/socket-set-block.xml +++ b/reference/sockets/functions/socket-set-block.xml @@ -1,5 +1,5 @@ - + socket_set_block @@ -13,9 +13,38 @@ boolsocket_set_block resourcesocket - - &warn.undocumented.func; - + + The socket_set_block function removes the O_NONBLOCK flag + on the socket specified by the socket parameter. + + + + <function>socket_set_block</function> example + + +]]> + + + &return.success;