API17

Difference between revisions of "JArchiveBzip2"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (→‎User contributed notes: bad link repair)
(2 intermediate revisions by one other 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>
{{Description:JArchiveBzip2}}
 
===Defined in===
 
libraries/joomla/filesystem/archive/bzip2.php
 
===Subpackage===
 
[[Subpackage Filesystem/11.1|Filesystem]]
 
===Extends===
 
[[JObject/11.1|JObject]]
 
===Extended by===
 
 
===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 of not loaded.  
+
|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|Other versions of this class]]
+
* {{JVer|11.1}} '''JArchiveBzip2 source code''' on [[jplatform:filesystem/archive/bzip2.php|BitBucket]]
 +
* {{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>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 40: 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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JArchiveBzip2[edit]

Description[edit]

Template:Description:JArchiveBzip2 [Edit Descripton]

Methods[edit]

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[edit]

jimport( 'joomla.filesystem.archive.bzip2' );

See also[edit]

Template:SeeAlso:JArchiveBzip2 [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />