From 68e6dba080756311ff3d0c61ca4ea4b65b575d00 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 29 May 2003 19:45:29 +0000 Subject: [PATCH] Initial documentation skeleton. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129233 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../sockets/functions/socket-set-block.xml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 reference/sockets/functions/socket-set-block.xml diff --git a/reference/sockets/functions/socket-set-block.xml b/reference/sockets/functions/socket-set-block.xml new file mode 100644 index 0000000000..6e6d5aa1b2 --- /dev/null +++ b/reference/sockets/functions/socket-set-block.xml @@ -0,0 +1,48 @@ + + + + + socket_set_block + + Sets blocking mode on a socket resource + + + + Description + + boolsocket_set_block + resourcesocket + + + &warn.undocumented.func; + + + &return.success; + + + See also socket_set_nonblock and + socket_set_option + + + + +