didou Tue Jan 11 14:55:03 2005 EDT
Modified files: /phpdoc/en/reference/filesystem/functions fpassthru.xml Log: this iswrong http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fpassthru.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/filesystem/functions/fpassthru.xml diff -u phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.8 phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.9 --- phpdoc/en/reference/filesystem/functions/fpassthru.xml:1.8 Mon May 17 15:42:15 2004 +++ phpdoc/en/reference/filesystem/functions/fpassthru.xml Tue Jan 11 14:55:02 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.fpassthru"> <refnamediv> @@ -26,8 +26,7 @@ <simpara> You may need to call <function>rewind</function> to reset the file pointer to the beginning of the file if you have already written data - to the file. The file is closed when <function>fpassthru</function> - is done reading it (leaving <parameter>handle</parameter> useless). + to the file. </simpara> <simpara> If you just want to dump the contents of a file to the output buffer,