API17:JArchiveBzip2
From Joomla! Documentation
(Difference between revisions)
(Updated to r1448:247ba8d88526) |
m (→User contributed notes: bad link repair) |
||
| Line 45: | Line 45: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JArchiveBzip2]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JArchiveBzip2]]</noinclude> |
Revision as of 13:27, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JArchiveBzip2
Description
Description:JArchiveBzip2 [Edit Descripton]
Methods
| 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
jimport( 'joomla.filesystem.archive.bzip2' );
See also
-
JArchiveBzip2 source code on BitBucket
-
Subpackage Filesystem
- Other versions of JArchiveBzip2
SeeAlso:JArchiveBzip2 [Edit See Also]
User contributed notes
<CodeExamplesForm />
