derek Tue Apr 6 16:16:16 2004 EDT
Modified files:
/phpdoc/en/reference/sockets/functions socket-set-block.xml
Log:
Fixing example
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-set-block.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-set-block.xml
diff -u phpdoc/en/reference/sockets/functions/socket-set-block.xml:1.3
phpdoc/en/reference/sockets/functions/socket-set-block.xml:1.4
--- phpdoc/en/reference/sockets/functions/socket-set-block.xml:1.3 Fri Jan 30
05:13:50 2004
+++ phpdoc/en/reference/sockets/functions/socket-set-block.xml Tue Apr 6 16:16:16
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="function.socket-set-block">
<refnamediv>
<refname>socket_set_block</refname>
@@ -37,7 +37,7 @@
echo socket_strerror(socket_last_error());
}
-if(!socket_set_block($socket)) { // $socket is now blocking
+if (!socket_set_block($socket)) { // $socket is now blocking
echo socket_strerror(socket_last_error());
}