kennyt          Sat Apr 10 14:08:17 2004 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-select.xml 
  Log:
  stream_select() accepts arrays, not resources :)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-select.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/stream/functions/stream-select.xml
diff -u phpdoc/en/reference/stream/functions/stream-select.xml:1.7 
phpdoc/en/reference/stream/functions/stream-select.xml:1.8
--- phpdoc/en/reference/stream/functions/stream-select.xml:1.7  Fri Dec 19 10:49:56 
2003
+++ phpdoc/en/reference/stream/functions/stream-select.xml      Sat Apr 10 14:08:16 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.stream-select">
    <refnamediv>
     <refname>stream_select</refname>
@@ -10,9 +10,9 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>stream_select</methodname>
-      <methodparam><type>resource</type><parameter>&amp;read</parameter></methodparam>
-      
<methodparam><type>resource</type><parameter>&amp;write</parameter></methodparam>
-      
<methodparam><type>resource</type><parameter>&amp;except</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;read</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;write</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;except</parameter></methodparam>
       <methodparam><type>int</type><parameter>tv_sec</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>tv_usec</parameter></methodparam>
      </methodsynopsis>

Reply via email to