vrana Fri Oct 14 04:56:59 2005 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fread.xml
Log:
Can return false (bug #34869)
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fread.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/filesystem/functions/fread.xml
diff -u phpdoc/en/reference/filesystem/functions/fread.xml:1.16
phpdoc/en/reference/filesystem/functions/fread.xml:1.17
--- phpdoc/en/reference/filesystem/functions/fread.xml:1.16 Wed Mar 24
15:39:40 2004
+++ phpdoc/en/reference/filesystem/functions/fread.xml Fri Oct 14 04:56:55 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.25 -->
<refentry id="function.fread">
<refnamediv>
@@ -21,6 +21,9 @@
(end of file) is reached, or (for network streams) when a
packet becomes available, whichever comes first.
</simpara>
+ <simpara>
+ Returns the read string or &false; in case of error.
+ </simpara>
<para>
<informalexample>
<programlisting role="php">