API17

Difference between revisions of "JArchiveBzip2"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JArchiveBzip2::__construct/11.1|__construct]]
+
|[[API17:JArchiveBzip2::__construct|__construct]]
 
|Constructor tries to load the bz2 extension if not loaded.  
 
|Constructor tries to load the bz2 extension if not loaded.  
 
|-
 
|-
 
|public  
 
|public  
|[[JArchiveBzip2::extract/11.1|extract]]
+
|[[API17:JArchiveBzip2::extract|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
 
* '''Defined in''' libraries/joomla/filesystem/archive/bzip2.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|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|11.1}} '''JArchiveBzip2 source code''' on [[jplatform:filesystem/archive/bzip2.php|BitBucket]]
 
* {{JVer|11.1}} '''JArchiveBzip2 source code''' on [[jplatform:filesystem/archive/bzip2.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[JArchiveBzip2|Other versions of JArchiveBzip2]]
+
* [[API17:JArchiveBzip2|Other versions of JArchiveBzip2]]
 
{{SeeAlso:JArchiveBzip2}}
 
{{SeeAlso:JArchiveBzip2}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:43, 11 May 2013

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 />