JArchiveBzip2/1.5
From Joomla! Documentation
[Edit Descripton] Description:JArchiveBzip2
Defined in
libraries/joomla/filesystem/archive/bzip2.php
Subpackage
Extends
Extended by
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' );
See also
[Edit See Also] SeeAlso:JArchiveBzip2
Examples
<CodeExamplesForm />