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é
Référence de la classe JArchive

Fonctions membres publiques statiques

static extract ($archivename, $extractdir)
 
static getAdapter ($type)
 

Attributs protégés statiques

static $adapters = array()
 

Description détaillée

An Archive handling class

Depuis
1.5
Obsolète:
4.0 use the Joomla class instead

Documentation des fonctions membres

◆ extract()

static extract (   $archivename,
  $extractdir 
)
static

Extract an archive file to a directory.

Paramètres
string$archivenameThe name of the archive file
string$extractdirDirectory to unpack into
Renvoie
boolean True for success
Depuis
1.5
Exceptions
InvalidArgumentException
Obsolète:
4.0 use the Joomla class instead

Référencé par JArchiveWrapperArchive\extract().

◆ getAdapter()

static getAdapter (   $type)
static

Get a file compression adapter.

Paramètres
string$typeThe type of adapter (bzip2|gzip|tar|zip).
Renvoie
JArchiveExtractable Adapter for the requested type
Depuis
1.5
Exceptions
UnexpectedValueException
Obsolète:
4.0 use the Joomla class instead

Références $class, et $type.

Référencé par JArchiveWrapperArchive\getAdapter().

Documentation des champs

◆ $adapters

$adapters = array()
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :