Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface ExtractableInterface
+ Graphe d'héritage de ExtractableInterface:

Fonctions membres publiques

 extract ($archive, $destination)
 

Fonctions membres publiques statiques

static isSupported ()
 

Description détaillée

Archive class interface

Depuis
1.0

Documentation des fonctions membres

◆ extract()

extract (   $archive,
  $destination 
)

Extract a compressed file to a given path

Paramètres
string$archivePath to archive to extract
string$destinationPath to extract archive to
Renvoie
boolean True if successful
Depuis
1.0
Exceptions

Implémenté dans Zip, Tar, Gzip, et Bzip2.

◆ isSupported()

static isSupported ( )
static

Tests whether this adapter can unpack files on this computer.

Renvoie
boolean True if supported
Depuis
1.0

Implémenté dans Zip, Gzip, Tar, et Bzip2.


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