derick          Sat Jun 28 03:19:56 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   file-put-contents.xml 
  Log:
  - Document return value
  #- I'm just implementing this...
  
  
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.1 
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.2
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.1  Tue Apr  8 
19:43:56 2003
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml      Sat Jun 28 
03:19:56 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.file-put-contents">
    <refnamediv>
     <refname>file_put_contents</refname> 
@@ -16,7 +16,8 @@
      </methodsynopsis>
     <simpara> 
      Identical to calling <function>fopen</function>, <function>fwrite</function>,
-     and <function>fclose</function> successively.
+     and <function>fclose</function> successively. The function returns the
+     amount of bytes that were written to the file.
     </simpara>
     <simpara>
      <parameter>flags</parameter> can take <constant>FILE_USE_INCLUDE_PATH</constant>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to