ExtractableInterface
Archive class interface
| since |
1.0 |
|---|---|
| package |
Joomla Framework |
Methods
extract
Extract a compressed file to a given path
extract( archive, destination) :
| since |
1.0 |
|---|---|
| throws |
|
Arguments
- archive
stringPath to archive to extract- destination
stringPath to extract archive to
Response
boolTrue if successful
isSupported
Tests whether this adapter can unpack files on this computer.
isSupported() :
static
| since |
1.0 |
|---|
Response
boolTrue if supported