API16

JArchiveBzip2: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JArchiveBzip2}}
<nowiki>[</nowiki>[[Description:JArchiveBzip2|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{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>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JArchiveBzip2|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JArchiveBzip2}}
</span>
{{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 />