mfischer                Sat Jun  1 23:51:10 2002 EDT

  Modified files:              
    /phpdoc/en/reference/sockets/functions      socket-select.xml 
  Log:
  - Warn abuot the no-so-intuitive behaviour of socket_select().
  
  
Index: phpdoc/en/reference/sockets/functions/socket-select.xml
diff -u phpdoc/en/reference/sockets/functions/socket-select.xml:1.6 
phpdoc/en/reference/sockets/functions/socket-select.xml:1.7
--- phpdoc/en/reference/sockets/functions/socket-select.xml:1.6 Fri May 10 03:57:20 
2002
+++ phpdoc/en/reference/sockets/functions/socket-select.xml     Sat Jun  1 23:51:10 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-select">
    <refnamediv>
@@ -39,10 +39,12 @@
      The sockets listed in the <parameter>except</parameter> array will be
      watched for exceptions.
     </para>
-    <para>
-     On exit, the arrays are modified to indicate which socket resource
-     actually changed status.
-    </para>
+    <warning>
+     <para>
+      On exit, the arrays are modified to indicate which socket resource
+      actually changed status.
+     </para>
+    </warning>
     <para>
      You do not need to pass every array to
      <function>socket_select</function>. You can leave it out and use an


Reply via email to