Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JArchiveGzip
+ Graphe d'héritage de JArchiveGzip:
+ Graphe de collaboration de JArchiveGzip:

Liste de tous les membres

Fonctions membres publiques

 extract ($archive, $destination, $options=array())
 _getFilePosition ()
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres publiques statiques

static isSupported ()

Attributs privés

 $_flags = array('FTEXT' => 0x01, 'FHCRC' => 0x02, 'FEXTRA' => 0x04, 'FNAME' => 0x08, 'FCOMMENT' => 0x10)
 $_data = null

Additional Inherited Members

- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JArchiveGzip::_getFilePosition ( )

Get file data offset for archive

Renvoie:
integer Data position marker for archive
Depuis:
11.1

Références JText\_().

+ Voici le graphe d'appel pour cette fonction :

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

Extract a Gzip compressed file to a given path

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

Références $options, $output, JText\_(), JFactory\getStream(), null, JError\raiseWarning(), JFile\read(), et JFile\write().

+ Voici le graphe d'appel pour cette fonction :

static JArchiveGzip::isSupported ( )
static

Tests whether this adapter can unpack files on this computer.

Renvoie:
boolean True if supported
Depuis:
11.3

Documentation des données membres

JArchiveGzip::$_data = null
private
JArchiveGzip::$_flags = array('FTEXT' => 0x01, 'FHCRC' => 0x02, 'FEXTRA' => 0x04, 'FNAME' => 0x08, 'FCOMMENT' => 0x10)
private

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