From 48b5d7d8ada8f955d3e47749051eddfa689c1e1b Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 26 Feb 2003 09:53:43 +0000 Subject: [PATCH] - Fix parameter type and use the true entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118170 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/readfile.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/filesystem/functions/readfile.xml b/reference/filesystem/functions/readfile.xml index 95b7951f69..315f0a89c0 100644 --- a/reference/filesystem/functions/readfile.xml +++ b/reference/filesystem/functions/readfile.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intreadfile stringfilename - intuse_include_path + booluse_include_path Reads a file and writes it to the output buffer. @@ -19,11 +19,11 @@ Returns the number of bytes read from the file. If an error occurs, &false; is returned and unless the function was called as - @readfile, an error message is printed. + @readfile, an error message is printed. &tip.fopen-wrapper; - You can use the optional second parameter and set it to "1", if + You can use the optional second parameter and set it to &true;, if you want to search for the file in the include_path, too.