nlopess         Sat Aug  7 09:56:07 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fseek.xml 
  Log:
  closing #24071
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fseek.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/fseek.xml
diff -u phpdoc/en/reference/filesystem/functions/fseek.xml:1.7 
phpdoc/en/reference/filesystem/functions/fseek.xml:1.8
--- phpdoc/en/reference/filesystem/functions/fseek.xml:1.7      Tue Sep 30 04:33:31 
2003
+++ phpdoc/en/reference/filesystem/functions/fseek.xml  Sat Aug  7 09:56:06 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fseek">
    <refnamediv>
@@ -61,7 +61,8 @@
     <para>
      May not be used on file pointers returned by
      <function>fopen</function> if they use the "http://"; or "ftp://";
-     formats.
+     formats. <function>fseek</function> gives also undefined results for
+     append-only streams (opened with "a" flag).
     </para>
     <note>
      <para>

Reply via email to