API16

API16:JArchiveBzip2

From Joomla! Documentation

Revision as of 01:18, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/filesystem/archive/bzip2.php

Methods

Method name Description
__construct Constructor tries to load the bz2 extension of not loaded
extract Extract a Bzip2 compressed file to a given path

Importing

jimport( 'joomla.filesystem.archive.bzip2' );



Examples

Code Examples