JArchiveBzip2
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JArchiveBzip2[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | __construct | Constructor tries to load the bz2 extension if not loaded. |
public | extract | Extract a Bzip2 compressed file to a given path. |
- Defined in libraries/joomla/filesystem/archive/bzip2.php
- Extends JObject
Importing[edit]
jimport( 'joomla.filesystem.archive.bzip2' );
See also[edit]
- JArchiveBzip2 source code on BitBucket
- Subpackage Filesystem
- Other versions of JArchiveBzip2
User contributed notes[edit]
Code Examples[edit]