From cbbc8d0495df252367d5fece8a93c9e7cc92971d Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Tue, 4 Dec 2007 01:36:37 +0000 Subject: [PATCH] Fix #43481 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247566 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-put-contents.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file-put-contents.xml b/reference/filesystem/functions/file-put-contents.xml index 5cacab2585..7e508f9223 100644 --- a/reference/filesystem/functions/file-put-contents.xml +++ b/reference/filesystem/functions/file-put-contents.xml @@ -1,5 +1,5 @@ - + file_put_contents @@ -152,7 +152,7 @@ &reftitle.returnvalues; - The function returns the amount of bytes that were written to the file, or + The function returns the number of bytes that were written to the file, or &false; on failure.