====== extract ====== {#JAPI Joomla.Framework FileSystem JArchiveGzip::extract #} 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 ===== ---- ~~DISCUSSION~~ ~~DISCUSSION~~