Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
extract ($archivename, $extractdir) | |
getAdapter ($type) | |
extract | ( | $archivename, | |
$extractdir | |||
) |
Helper wrapper method for extract
string | $archivename | The name of the archive file |
string | $extractdir | Directory to unpack into |
InvalidArgumentException |
Références JArchive\extract().
getAdapter | ( | $type | ) |
Helper wrapper method for getAdapter
string | $type | The type of adapter (bzip2|gzip|tar|zip). |
Références $type, et JArchive\getAdapter().