derick          Fri Mar 12 11:02:14 2004 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-get-meta-data.xml 
  Log:
  - document some extra elements of stream_get_meta_data
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-meta-data.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/stream/functions/stream-get-meta-data.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.3 
phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.4
--- phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.3   Sun Dec 28 
06:25:14 2003
+++ phpdoc/en/reference/stream/functions/stream-get-meta-data.xml       Fri Mar 12 
11:02:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.stream-get-meta-data">
    <refnamediv>
     <refname>stream_get_meta_data</refname>
@@ -95,6 +95,29 @@
        linkend="ref.sockets">Socket extension</link>.
      </simpara>
     </note>
+    <simpara>
+     The following items were added in PHP 5.0:
+    </simpara>
+    <itemizedlist>
+     <listitem>
+      <para>
+       <parameter>mode</parameter> (string) - the mode (or permissions) of the
+       URI associated with this stream.
+      </para>
+     </listitem>
+     <listitem>
+      <para>
+       <parameter>seakable</parameter> (bool) - whether the current stream can
+       be seeked in.
+      </para>
+     </listitem>
+     <listitem>
+      <para>
+       <parameter>uri</parameter> (string) - the URI/filename associated with this
+       stream.
+      </para>
+     </listitem>
+    </itemizedlist>
    </refsect1>
   </refentry>
 

Reply via email to