API17

Difference between revisions of "JArchiveTar"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/filesystem/archive/tar.php
 
libraries/joomla/filesystem/archive/tar.php
 +
* see source code in [[jplatform:filesystem/archive/tar.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Filesystem/11.1|Filesystem]]
 
[[Subpackage Filesystem/11.1|Filesystem]]
Line 24: Line 25:
 
<source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source>
 
<source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source>
 
===See also===
 
===See also===
 +
* JArchiveTar source code in [[jplatform:filesystem/archive/tar.php|BitBucket]]
 
* [[JArchiveTar|Other versions of this class]]
 
* [[JArchiveTar|Other versions of this class]]
 
{{SeeAlso:JArchiveTar}}
 
{{SeeAlso:JArchiveTar}}

Revision as of 17:49, 23 April 2011

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.

[Edit Descripton] Template:Description:JArchiveTar

Defined in[edit]

libraries/joomla/filesystem/archive/tar.php

Subpackage[edit]

Filesystem

Extends[edit]

JObject

Extended by[edit]

Methods[edit]

Method name Description
extract Extract a ZIP compressed file to a given path.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JArchiveTar [Edit See Also]

Examples[edit]

<CodeExamplesForm />