]> granicus.if.org Git - php/commitdiff
- Fix proto
authorDerick Rethans <derick@php.net>
Wed, 26 Feb 2003 19:34:16 +0000 (19:34 +0000)
committerDerick Rethans <derick@php.net>
Wed, 26 Feb 2003 19:34:16 +0000 (19:34 +0000)
ext/standard/file.c

index 6762ab66cc9727f1dd96bb04ea7152946f279169..0674f4b3fd4a25ee8464898ed345a560289eb17f 100644 (file)
@@ -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)
 {