JArchiveBzip2/1.5
From Joomla! Documentation
< JArchiveBzip2(Difference between revisions)
(Bulk upload by Doxiki2) |
m (update to link) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JArchiveBzip2== | ||
| + | ===Description=== | ||
| + | {{Description:JArchiveBzip2}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JArchiveBzip2|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JArchiveBzip2|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JArchiveBzip2::__construct/1.5|__construct]] | |[[JArchiveBzip2::__construct/1.5|__construct]] | ||
|Constructor tries to load the bz2 extension of not loaded. | |Constructor tries to load the bz2 extension of not loaded. | ||
|- | |- | ||
| + | |public | ||
|[[JArchiveBzip2::extract/1.5|extract]] | |[[JArchiveBzip2::extract/1.5|extract]] | ||
|Extract a Bzip2 compressed file to a given path. | |Extract a Bzip2 compressed file to a given path. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/filesystem/archive/bzip2.php | ||
| + | * '''Extends''' [[JObject/1.5|JObject]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.filesystem.archive.bzip2' );</source> | <source lang="php">jimport( 'joomla.filesystem.archive.bzip2' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JArchiveBzip2''' on [http://api.joomla.org/1.5/Joomla-Framework/FileSystem/JArchiveBzip2.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JArchiveBzip2 source code''' on [[jframework15:filesystem/archive/bzip2.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Filesystem/1.5|Filesystem]] | ||
| + | * [[JArchiveBzip2|Other versions of JArchiveBzip2]] | ||
| + | {{SeeAlso:JArchiveBzip2}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JArchiveBzip2|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JArchiveBzip2|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JArchiveBzip2]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JArchiveBzip2]]</noinclude> | ||
Latest revision as of 13:01, 13 February 2013
[edit]
JArchiveBzip2
[edit] Description
Description:JArchiveBzip2 [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor tries to load the bz2 extension of not loaded. |
| public | extract | Extract a Bzip2 compressed file to a given path. |
- Defined in libraries/joomla/filesystem/archive/bzip2.php
- Extends JObject
[edit] Importing
jimport( 'joomla.filesystem.archive.bzip2' );
[edit] See also
-
JArchiveBzip2 on api.joomla.org
-
JArchiveBzip2 source code on JoomlaCode
-
Subpackage Filesystem
- Other versions of JArchiveBzip2
SeeAlso:JArchiveBzip2 [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />