|
|
|
The ZipArchive class
Introduction A file archive, compressed with Zip. Class synopsis ZipArchive ZipArchive { bool addFile ( string $filename [, string $localname ] ) mixed open ( string $filename [, int $flags ] ) bool renameName ( string $name , string $newname ) mixed statIndex ( int $index [, int $flags ] ) mixed statName ( name $name [, int $flags ] ) } Properties - status
-
Status of the Zip Archive - statusSys
-
System status of the Zip Archive - numFiles
-
Number of files in archive - filename
-
File name in the file system -
Comment for the archive Table of Contents |
|