maxim Fri Nov 8 14:42:32 2002 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions fwrite.xml
Log:
Fixed Bug #20318 - confusing return value (False instead -1)
Index: phpdoc/en/reference/filesystem/functions/fwrite.xml
diff -u phpdoc/en/reference/filesystem/functions/fwrite.xml:1.3
phpdoc/en/reference/filesystem/functions/fwrite.xml:1.4
--- phpdoc/en/reference/filesystem/functions/fwrite.xml:1.3 Thu Oct 17 22:59:42
2002
+++ phpdoc/en/reference/filesystem/functions/fwrite.xml Fri Nov 8 14:42:32 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.fwrite">
<refnamediv>
@@ -25,7 +25,7 @@
</simpara>
<simpara>
<function>fwrite</function> returns the number of bytes
- written, or -1 on error.
+ written, or &false on error.
</simpara>
<simpara>
Note that if the <parameter>length</parameter> argument is given,
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php