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 l'interface JArchiveExtractable
+ Graphe d'héritage de JArchiveExtractable:

Fonctions membres publiques

 extract ($archive, $destination, array $options=array())
 

Fonctions membres publiques statiques

static isSupported ()
 

Description détaillée

Archieve class interface

Depuis
3.0.0
Obsolète:
4.0 use the Joomla interface instead

Documentation des fonctions membres

◆ extract()

extract (   $archive,
  $destination,
array  $options = array() 
)

Extract a compressed file to a given path

Paramètres
string$archivePath to archive to extract
string$destinationPath to extract archive to
array$optionsExtraction options [may be unused]
Renvoie
boolean True if successful
Depuis
3.0.0

Implémenté dans JArchiveZip, JArchiveTar, JArchiveGzip, et JArchiveBzip2.

◆ isSupported()

static isSupported ( )
static

Tests whether this adapter can unpack files on this computer.

Renvoie
boolean True if supported
Depuis
3.0.0

Implémenté dans JArchiveZip, JArchiveGzip, JArchiveBzip2, et JArchiveTar.


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