Code Comments
Programming Forum and web based access to our favorite programming groups.techtonik Fri Apr 29 06:46:51 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions fs.xml rewind.xml Log: "a+"ppend notes [url]http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fs
.xml?r1= 1.9&r2=1.10&ty=u[/url] Index: phpdoc/en/reference/filesystem/functions/fs
.xml diff -u phpdoc/en/reference/filesystem/functions/fs
.xml:1.9 phpdoc/en/ref erence/filesystem/functions/fs
.xml:1.10 --- phpdoc/en/reference/filesystem/functions/fs
.xml:1.9 Mon Nov 8 05:28: 10 2004 +++ phpdoc/en/reference/filesystem/functions/fs
.xml Fri Apr 29 06:46:49 2 005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.fs
"> <refnamediv> @@ -69,6 +69,12 @@ The <parameter>whence</parameter> argument was added after PHP 4.0.0. </para> </note> + <note> + <para> + If you have opened the file in append ("a" or "a+") mode, any data yo u write + to the file will always be appended, regardless of the file position. + </para> + </note> <para> See also <function>ftell</function> and <function>rewind</function>. http://cvs.php.net/diff.php/phpdoc/...1.7&r2=1.8&ty=u Index: phpdoc/en/reference/filesystem/functions/rewind.xml diff -u phpdoc/en/reference/filesystem/functions/rewind.xml:1.7 phpdoc/en/re ference/filesystem/functions/rewind.xml:1.8 --- phpdoc/en/reference/filesystem/functions/rewind.xml:1.7 Thu Jun 12 21:40 :03 2003 +++ phpdoc/en/reference/filesystem/functions/rewind.xml Fri Apr 29 06:46:50 2005 @@ -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.rewind"> <refnamediv> @@ -25,7 +25,7 @@ </para> <note> <para> - If you have opened the file in append ("a") mode, any data you write + If you have opened the file in append ("a" or "a+") mode, any data yo u write to the file will always be appended, regardless of the file position. </para> </note>
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.