= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)zip_open — 打開ZIP存檔文件說明zip_open(string $filename): resource打開一個新的ZIP歸檔文件進行讀取。 ">

zip_open

(PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.0.0)

zip_open打開ZIP存檔文件

說明

zip_open(string $filename): resource

打開一個新的ZIP歸檔文件進行讀取。

參數

filename

待打開ZIP歸檔的文件名。

返回值

成功的時候返回一個資源句柄供函數zip_read()zip_close()后續(xù)使用; 如果filename 文件不存在或者出現其他錯誤,則會返回相應的錯誤碼。

參見