dmytton         Sat Feb 24 21:32:28 2007 UTC

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-socket-client.xml 
  Log:
  Added note about timeout with async. Closes #40517
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/stream/functions/stream-socket-client.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/stream/functions/stream-socket-client.xml
diff -u phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.13 
phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.14
--- phpdoc/en/reference/stream/functions/stream-socket-client.xml:1.13  Wed Nov 
10 08:30:45 2004
+++ phpdoc/en/reference/stream/functions/stream-socket-client.xml       Sat Feb 
24 21:32:27 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
   <refentry id="function.stream-socket-client">
    <refnamediv>
     <refname>stream_socket_client</refname>
@@ -46,6 +46,12 @@
       connecting the socket.
      </simpara>
     </note>
+    <note>
+     <simpara>
+      The timeout parameter only applies if you are not making an asynchronous 
+      connection attempt.
+     </simpara>
+    </note>
     <para>
      <function>stream_socket_client</function> returns a
      stream resource which may

Reply via email to