zip_open() 函数打开 zip 档案以供读取。
如果成功,该函数则返回 zip 文件资源。如果失败,则返回 FALSE。
提示:打开的 zip 文件资源可被 zip_read() 和 zip_close() 函数使用。