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