From 1f7e9bb0ffa416df736bc097495cd0df6bce2676 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 19 Oct 2007 11:35:38 +0000 Subject: [PATCH] fix bug #42997: this function is only similar, not identical to file() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244458 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index 9b910feb2c..7cde902e3d 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -1,5 +1,5 @@ - + file_get_contents @@ -17,7 +17,7 @@ intmaxlen - This function is identical to file, except that + This function is similar to file, except that file_get_contents returns the file in a string, starting at the specified offset up to maxlen bytes. On failure,