PHP 函数:gzfile()

gzfile

读压缩文件到数组中。

语法: array gzfile(string filename);

返回值: 数组

函数种类: 特殊文件格式

内容说明
本函数将压缩文件读出并解压缩至数组变量中。参数 filename 为文件名称。