|
ZipArchive::extractToExtract the archive contents Description
bool ZipArchive::extractTo
( string
$destination
[, mixed $entries
] )Extract the complete archive or the given files to the specified destination. Parameters
Return Values
Returns ExamplesExample #1 Extract all entries
<?php Example #2 Extract two entries
<?php |