API17:JArchive::extract
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArchive::extract
Description
Extract an archive file to a directory.
Description:JArchive::extract [Edit Descripton]
Since
Synopsis
public static JArchive::extract ($archivename, $extractdir)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $archivename | string | The name of the archive file | |
| $extractdir | string | Directory to unpack into |
Returns
boolean True for success
Defined in
libraries/joomla/filesystem/archive.php (line 32)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
