JArchiveBzip2: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/filesystem/archive/bzip2.php | libraries/joomla/filesystem/archive/bzip2.php | ||
| Line 20: | Line 18: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JArchiveBzip2 | category=JArchiveBzip2 | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:18, 25 March 2017
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