Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
extract ($archive, $destination, array $options=array()) |
Fonctions membres publiques statiques | |
static | isSupported () |
Définition à la ligne 19 du fichier extractable.php.
JArchiveExtractable::extract | ( | $archive, | |
$destination, | |||
array | $options = array() |
||
) |
Extract a compressed file to a given path
string | $archive | Path to archive to extract |
string | $destination | Path to extract archive to |
array | $options | Extraction options [may be unused] |
Implémenté dans JArchiveZip, JArchiveTar, JArchiveGzip, et JArchiveBzip2.
|
static |
Tests whether this adapter can unpack files on this computer.
Implémenté dans JArchiveGzip, JArchiveBzip2, JArchiveZip, et JArchiveTar.