JArchiveExtractable
Archieve class interface
deprecated
since |
3.0.0 |
---|---|
deprecated |
4.0 use the Joomla\Archive\ExtractableInterface interface instead |
package |
Joomla.Platform |
Methods
extract
Extract a compressed file to a given path
extract(string $archive, string $destination, array $options = array()) : boolean
since |
3.0.0 |
---|
Arguments
- $archive
string
Path to archive to extract- $destination
string
Path to extract archive to- $options
array
Extraction options [may be unused]
Response
boolean
True if successful
isSupported
Tests whether this adapter can unpack files on this computer.
isSupported() : boolean
static
since |
3.0.0 |
---|
Response
boolean
True if supported