betz Tue Sep 10 07:07:21 2002 EDT Modified files: /phpdoc/en/reference/network/functions socket-set-timeout.xml socket-set-blocking.xml Log: return type and parameter type corrections Index: phpdoc/en/reference/network/functions/socket-set-timeout.xml diff -u phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.2 phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.3 --- phpdoc/en/reference/network/functions/socket-set-timeout.xml:1.2 Wed Apr 17 02:42:06 2002 +++ phpdoc/en/reference/network/functions/socket-set-timeout.xml Tue Sep 10 +07:07:21 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.18 --> <refentry id="function.socket-set-timeout"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>bool</type><methodname>socket_set_timeout</methodname> - <methodparam><type>int</type><parameter>socket descriptor</parameter></methodparam> + <methodparam><type>resource</type><parameter>socket +descriptor</parameter></methodparam> <methodparam><type>int</type><parameter>seconds</parameter></methodparam> <methodparam><type>int</type><parameter>microseconds</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/network/functions/socket-set-blocking.xml diff -u phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.2 phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.3 --- phpdoc/en/reference/network/functions/socket-set-blocking.xml:1.2 Wed Apr 17 02:42:05 2002 +++ phpdoc/en/reference/network/functions/socket-set-blocking.xml Tue Sep 10 +07:07:21 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 --> <refentry id="function.socket-set-blocking"> <refnamediv> @@ -9,8 +9,8 @@ <refsect1> <title>Description</title> <methodsynopsis> - <type>int</type><methodname>socket_set_blocking</methodname> - <methodparam><type>int</type><parameter>socket descriptor</parameter></methodparam> + <type>bool</type><methodname>socket_set_blocking</methodname> + <methodparam><type>resource</type><parameter>socket +descriptor</parameter></methodparam> <methodparam><type>int</type><parameter>mode</parameter></methodparam> </methodsynopsis> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php