|
ZipArchive::openOpen a ZIP file archive Description
mixed ZipArchive::open
( string
$filename
[, int $flags
] )Opens a new zip archive for reading, writing or modifying. Parameters
Return Values
ExamplesExample #1 Open and extract
<?php Example #2 Create an archive
<?php |