API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JArchiveBzip2::__construct | ( | ) |
Constructor tries to load the bz2 extension of not loaded
protected
Réimplémentée à partir de JObject.
JArchiveBzip2::extract | ( | $ | archive, |
$ | destination, | ||
$ | options = array () |
||
) |
Extract a Bzip2 compressed file to a given path
public
string | $archive | Path to Bzip2 archive to extract |
string | $destination | Path to extract archive to |
array | $options | Extraction options [unused] |
Références JError::raiseWarning(), JFile::read(), et JFile::write().
JArchiveBzip2::$_data = null |