vrana Fri Nov 4 10:14:22 2005 EDT
Modified files:
/phpdoc/en/reference/stream/functions stream-set-timeout.xml
Log:
Use stream_select() for advanced operations (bug #35077)
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-set-timeout.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/stream/functions/stream-set-timeout.xml
diff -u phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.8
phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.9
--- phpdoc/en/reference/stream/functions/stream-set-timeout.xml:1.8 Wed Feb
9 11:28:35 2005
+++ phpdoc/en/reference/stream/functions/stream-set-timeout.xml Fri Nov 4
10:14:19 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.18 -->
<refentry id="function.stream-set-timeout">
<refnamediv>
@@ -62,6 +62,13 @@
may support this function.
</simpara>
</note>
+ <note>
+ <para>
+ This function doesn't work with advanced operations like
+ <function>stream_socket_recvfrom</function>, use
+ <function>stream_select</function> with timeout parameter instead.
+ </para>
+ </note>
<para>
This function was previously called as
<function>set_socket_timeout</function> and later