Returns false in error (bug #49801)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290700 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2009-11-13 21:15:08 +00:00
parent cb38d23e33
commit 22deb8e7df
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the number of available bytes as a float.
Returns the number of available bytes as a float
or &false; in case of an error.
</para>
</refsect1>

View file

@ -37,7 +37,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the total number of bytes as a float.
Returns the total number of bytes as a float
or &false; in case of an error.
</para>
</refsect1>