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 () |
Attributs privés | |
$_data = null |
JArchiveBzip2::extract | ( | $archive, | |
$destination, | |||
array | $options = array () |
||
) |
Extract a Bzip2 compressed file to a given path
string | $archive | Path to Bzip2 archive to extract |
string | $destination | Path to extract archive to |
array | $options | Extraction options [unused] |
RuntimeException |
Implémente JArchiveExtractable.
Définition à la ligne 44 du fichier bzip2.php.
Références JFactory\getStream(), JError\raiseWarning(), et JFile\write().
|
static |
Tests whether this adapter can unpack files on this computer.
Implémente JArchiveExtractable.
Définition à la ligne 178 du fichier bzip2.php.