techtonik Fri Apr 29 06:46:51 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fseek.xml rewind.xml
Log:
"a+"ppend notes
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fseek.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/filesystem/functions/fseek.xml
diff -u phpdoc/en/reference/filesystem/functions/fseek.xml:1.9
phpdoc/en/reference/filesystem/functions/fseek.xml:1.10
--- phpdoc/en/reference/filesystem/functions/fseek.xml:1.9 Mon Nov 8
05:28:10 2004
+++ phpdoc/en/reference/filesystem/functions/fseek.xml Fri Apr 29 06:46:49 2005
@@ -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.fseek">
<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 you
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/en/reference/filesystem/functions/rewind.xml?r1=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/reference/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 you
write
to the file will always be appended, regardless of the file position.
</para>
</note>