From: Derick Rethans Date: Wed, 26 Feb 2003 19:34:16 +0000 (+0000) Subject: - Fix proto X-Git-Tag: RELEASE_0_5~735 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17acc55ad0a3aeacb350fae608b86b712c7fa9cf;p=php - Fix proto --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 6762ab66cc..0674f4b3fd 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -2082,7 +2082,7 @@ PHP_FUNCTION(rmdir) } /* }}} */ -/* {{{ proto int readfile(string filename [, int use_include_path]) +/* {{{ proto int readfile(string filename [, bool use_include_path]) Output a file or a URL */ PHP_FUNCTION(readfile) {