| API | Package | Subpackage | Class | Method | Reference | Last reviewed | Doc status |
|---|---|---|---|---|---|---|---|
Home |
Joomla.Framework |
FileSystem |
JArchiveGzip |
extract |
extract() |
Never | Work in Progress |
Extract a Gzip compressed file to a given path
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] |
Example