API17:JArchiveBzip2
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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/11.1|__construct]] | |[[JArchiveBzip2::__construct/11.1|__construct]] | ||
| − | |Constructor tries to load the bz2 extension | + | |Constructor tries to load the bz2 extension if not loaded. |
|- | |- | ||
| + | |public | ||
|[[JArchiveBzip2::extract/11.1|extract]] | |[[JArchiveBzip2::extract/11.1|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/11.1|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=== | ||
| − | * JArchiveBzip2 source code | + | * {{JVer|11.1}} '''JArchiveBzip2 source code''' on [[jplatform:filesystem/archive/bzip2.php|BitBucket]] |
| − | * [[JArchiveBzip2|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]] |
| + | * [[JArchiveBzip2|Other versions of JArchiveBzip2]] | ||
{{SeeAlso: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 42: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
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 />
