irc-html                Wed Jan  2 22:04:27 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  function.fwrite: return information
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.108 
phpdoc/en/functions/filesystem.xml:1.109
--- phpdoc/en/functions/filesystem.xml:1.108    Sun Dec 23 19:56:12 2001
+++ phpdoc/en/functions/filesystem.xml  Wed Jan  2 22:04:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.108 $ -->
+<!-- $Revision: 1.109 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -1725,6 +1725,10 @@
      <parameter>length</parameter> bytes have been written or the end
      of <parameter>string</parameter> is reached, whichever comes
      first.
+    </simpara>
+    <simpara>
+     <function>fwrite</function> returns the number of bytes
+     written, or -1 on error.
     </simpara>
     <simpara>
      Note that if the <parameter>length</parameter> argument is given,


Reply via email to