- Document return value

#- I'm just implementing this...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133484 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2003-06-28 07:19:56 +00:00
parent 66da45a2bd
commit 32c5c5832a

View file

@ -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>