关闭压缩文件。
语法: boolean gzclose(int zp);
返回值: 布尔值
函数种类: 特殊文件格式
本函数将已打开的压缩文件关闭。参数 zp 为压缩文件的指针代码。成功则返回 true 值。
gzopen()