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

Fonctions membres publiques

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

Fonctions membres publiques statiques

static isSupported ()
 

Fonctions membres protégées

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

Fonctions membres privées

 raiseWarning ($code, $msg)
 

Attributs privés

 $_data = null
 

Description détaillée

Bzip2 format adapter for the JArchive class

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

Documentation des fonctions membres

◆ extract()

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

Extract a Bzip2 compressed file to a given path

Paramètres
string$archivePath to Bzip2 archive to extract
string$destinationPath to extract archive to
array$optionsExtraction options [unused]
Renvoie
boolean True if successful
Depuis
1.5
Exceptions
RuntimeException

Implémente JArchiveExtractable.

Références $buffer, $options, et null.

◆ extractStream()

extractStream (   $archive,
  $destination,
  $options = array() 
)
protected

Method to extract archive using stream objects

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

Références $input, et $output.

◆ isSupported()

static isSupported ( )
static

Tests whether this adapter can unpack files on this computer.

Renvoie
boolean True if supported
Depuis
2.5.0

Implémente JArchiveExtractable.

◆ raiseWarning()

raiseWarning (   $code,
  $msg 
)
private

Temporary private method to isolate JError from the extract method This code should be removed when JError is removed.

Paramètres
int$codeThe application-internal error code for this error
string$msgThe error message, which may also be shown the user if need be.
Renvoie
JException JException instance if JError class exists
Depuis
3.6.0
Exceptions
RuntimeExceptionif JError class does not exist

Références JError\raiseWarning().

Documentation des champs

◆ $_data

$_data = null
private

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