(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
array gzfile (string filename [, int use_include_path])
array gzfile
Identical to readgzfile(), except that gzfile() returns the file in an array.
You can use the optional second parameter and set it to "1", if you want to search for the file in the include_path, too.
See also readgzfile(), and gzopen().