jimw            Tue Dec 18 17:49:45 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  rewind: note that append mode always writes to the end of the file
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.102 
phpdoc/en/functions/filesystem.xml:1.103
--- phpdoc/en/functions/filesystem.xml:1.102    Tue Dec 18 15:56:38 2001
+++ phpdoc/en/functions/filesystem.xml  Tue Dec 18 17:49:42 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.102 $ -->
+<!-- $Revision: 1.103 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -2590,6 +2590,12 @@
      <para> The file pointer must be valid, and must point to a file
      successfully opened by <function>fopen</function>.
     </para>
+    <note>
+     <para>
+      If you have opened the file in append ("a") mode, any data you write
+      to the file will always be appended, regardless of the file position.
+     </para>
+    </note>
     <para>
      See also <function>fseek</function> and
      <function>ftell</function>.


Reply via email to