ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml
by jim winstead other posts by this author
Dec 18 2001 10:49PM messages near this date
[PHP-DOC] cvs: phpdoc /de/functions regex.xml | [PHP-DOC] cvs: phpdoc /en/functions session.xml
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>.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved