JArchiveBzip2: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JArchiveBzip2}}
===Defined ... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JArchiveBzip2}} | |||
{{Description:JArchiveBzip2}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 22: | Line 19: | ||
<source lang="php">jimport( 'joomla.filesystem.archive.bzip2' );</source> | <source lang="php">jimport( 'joomla.filesystem.archive.bzip2' );</source> | ||
{{subst:SeeAlso:JArchiveBzip2}} | |||
{{SeeAlso:JArchiveBzip2}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 13:38, 24 March 2017
{{subst:Description:JArchiveBzip2}}
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' );
{{subst:SeeAlso:JArchiveBzip2}}
Examples
<CodeExamplesForm />