JArchiveZip::extractNative
Extract a ZIP compressed file to a given path using native php api calls for speed
Signature
protected function extractNative(string
$archive,
string
$destination )
Parameters
-
$archive
- Path to ZIP archive to extract
-
$destination
- Path to extract archive into
Returns
- boolean
- True on success