(PHP 3, PHP 4 >= 4.0.0)
int gzclose (int zp)
int gzclose
The gz-file pointed to by zp is closed.
Returns TRUE on success and FALSE on failure.
The gz-file pointer must be valid, and must point to a file successfully opened by gzopen().