For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > April 2005 > cvs: phpdoc /en/reference/filesystem/functions fseek.xml rewind.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/filesystem/functions fseek.xml rewind.xml
Anatoly Techtonik

2005-04-29, 8:57 am

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/reference/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 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.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 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/...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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com