diff --git a/reference/filesystem/functions/file-put-contents.xml b/reference/filesystem/functions/file-put-contents.xml index ae56b58479..c83ea53622 100644 --- a/reference/filesystem/functions/file-put-contents.xml +++ b/reference/filesystem/functions/file-put-contents.xml @@ -1,5 +1,5 @@ - + file_put_contents @@ -20,6 +20,11 @@ fwrite and fclose successively to write data to a file. + + If filename does not exist, the file is created. + Otherwise, the existing file is overwritten, unless the + FILE_APPEND flags is set. +