mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
66da45a2bd
commit
32c5c5832a
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue