ziparchive
ziparchive
-
When you open the file , you will be able to access this information in the ZipArchive object you create .
打开文件时,您将能够在创建的ZipArchive对象中访问这些信息。
-
The constant ZIPARCHIVE : : CREATE indicates that a new file should be created if no file already exists by that name .
常量ZIPARCHIVE::CREATE表示如果具有该名称的文件尚不存在,则应当创建一个新文件。
-
As usual , we create a new instance of the ZipArchive class in the form of a variable named $ zip .
像以前一样,在名为$zip的变量表单中创建ZipArchive类的新实例。