nlopess         Thu Nov 11 11:19:59 2004 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-get-meta-data.xml 
  Log:
  fix #30734: unread_bytes shouldnt be used
  
http://cvs.php.net/diff.php/phpdoc/en/reference/stream/functions/stream-get-meta-data.xml?r1=1.6&r2=1.7&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.6 
phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.7
--- phpdoc/en/reference/stream/functions/stream-get-meta-data.xml:1.6   Mon Aug 
30 16:20:31 2004
+++ phpdoc/en/reference/stream/functions/stream-get-meta-data.xml       Thu Nov 
11 11:19:59 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.stream-get-meta-data">
    <refnamediv>
     <refname>stream_get_meta_data</refname>
@@ -43,8 +43,13 @@
      <listitem>
       <para>
        <parameter>unread_bytes</parameter> (int) - the number of bytes
-       currently contained in the read buffer.
+       currently contained in the PHP's own internal buffer.
       </para>
+      <note>
+       <simpara>
+        You shouldn't use this value in a script.
+       </simpara>
+      </note>
      </listitem>
     </itemizedlist>
     <simpara>

Reply via email to