Table of Contents

extract

API Package Subpackage Class Method Reference Last reviewed Doc status
API Home Package Joomla.Framework Subpackage FileSystem Class JArchiveGzip Method extract Reference extract() Never Work in Progress

Extract a Gzip compressed file to a given path

Syntax

boolean extract ( $archive, $destination, $options )

$archive string Path to ZIP archive to extract
$destination string Path to extract archive to
$options array Extraction options [unused]

Examples

Example