diff options
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r-- | ext/zlib/zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index c4e1af414e..0f3f923aea 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -320,7 +320,7 @@ PHP_FUNCTION(gzfile) } /* }}} */ -/* {{{ proto int gzopen(string filename, string mode [, int use_include_path]) +/* {{{ proto resource gzopen(string filename, string mode [, int use_include_path]) Open a .gz-file and return a .gz-file pointer */ PHP_FUNCTION(gzopen) { |