ZipArchive::extractTo()
ZipArchive::extractTo - Extract the archive contentsSyntax
bool ZipArchive::extractTo (string $destination, mixed $entries)Arguments
- destination - Location where to extract the files.
- entries - The entries to extract. It accepts either a single entry name or an array of names.
