vrana           Sat Aug  7 04:56:21 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   ftell.xml 
  Log:
  Can't use ftell with a (bug #24071)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/ftell.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/filesystem/functions/ftell.xml
diff -u phpdoc/en/reference/filesystem/functions/ftell.xml:1.6 
phpdoc/en/reference/filesystem/functions/ftell.xml:1.7
--- phpdoc/en/reference/filesystem/functions/ftell.xml:1.6      Sat Aug 16 17:42:13 
2003
+++ phpdoc/en/reference/filesystem/functions/ftell.xml  Sat Aug  7 04:56:21 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.ftell">
    <refnamediv>
@@ -24,6 +24,8 @@
      The file pointer must be valid, and must point to a file
      successfully opened by <function>fopen</function> or
      <function>popen</function>.
+     <function>ftell</function> gives undefined results for append-only streams
+     (opened with "a" flag).
     </para>
     <para>
      <example>

Reply via email to