diff options
author | Derick Rethans <derick@php.net> | 2003-02-26 19:34:16 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-02-26 19:34:16 +0000 |
commit | 17acc55ad0a3aeacb350fae608b86b712c7fa9cf (patch) | |
tree | a143a39a2deb758585667ba8a5a5958cf0e85dca | |
parent | bc11c47ce6b9ffbb9349a09659e7000c29458a76 (diff) | |
download | php-git-17acc55ad0a3aeacb350fae608b86b712c7fa9cf.tar.gz |
- Fix proto
-rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |