From c02fdb48ec380ee495d5a7d03ad02d0941c6fbd8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 4 Nov 2010 12:09:37 +0000 Subject: [PATCH] Remove bogus initializer git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305078 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/file-get-contents.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/reference/filesystem/functions/file-get-contents.xml b/reference/filesystem/functions/file-get-contents.xml index c7d7594c92..6f11b0ecd6 100644 --- a/reference/filesystem/functions/file-get-contents.xml +++ b/reference/filesystem/functions/file-get-contents.xml @@ -14,7 +14,7 @@ booluse_include_pathfalse resourcecontext intoffset-1 - intmaxlen-1 + intmaxlen This function is similar to file, except that @@ -34,15 +34,6 @@ need to encode the URI with urlencode. - - - The default value of maxlen is not - actually -1; rather, it is an internal PHP - value which means to copy the entire stream until end-of-file is - reached. The only way to specify this default value is to leave it - out of the parameter list. - -