JArchiveZip::extractCustom
Extract a ZIP compressed file to a given path using a php based algorithm that only requires zlib support
Signature
protected function extractCustom(string
$archive,
string
$destination )
Parameters
-
$archive
- Path to ZIP archive to extract.
-
$destination
- Path to extract archive into.
Returns
- mixed
- True if successful