davey Tue Jun 3 12:58:24 2003 EDT Modified files: /phpdoc/en/reference/stream/functions stream-set-timeout.xml Log: changed 3rd arg (microseconds) to optional Index: phpdoc/en/reference/stream/functions/stream-set-timeout.xml diff -u phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.1 phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.2 --- phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.1 Thu Jan 2 21:41:14 2003 +++ phpdoc/en/reference/stream/functions/stream-set-timeout.xml Tue Jun 3 12:58:24 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <!-- splitted from ./en/functions/network.xml, last change in rev 1.18 --> <refentry id="function.stream-set-timeout"> <refnamediv> @@ -12,7 +12,7 @@ <type>bool</type><methodname>stream_set_timeout</methodname> <methodparam><type>resource</type><parameter>stream</parameter></methodparam> <methodparam><type>int</type><parameter>seconds</parameter></methodparam> - <methodparam><type>int</type><parameter>microseconds</parameter></methodparam> + <methodparam choice="opt"><type>int</type><parameter>microseconds</parameter></methodparam> </methodsynopsis> <para> Sets the timeout value on <parameter>stream</parameter>,
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php