JArchiveTar/1.5
From Joomla! Documentation
< JArchiveTar(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 27: | Line 27: | ||
<source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source> | <source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JArchiveTar''' on [http://api.joomla.org/Joomla-Framework/ | + | * {{JVer|1.5}} '''JArchiveTar''' on [http://api.joomla.org/1.5/Joomla-Framework/FileSystem/JArchiveTar.html api.joomla.org] |
* {{JVer|1.5}} '''JArchiveTar source code''' on [[jframework15:filesystem/archive/tar.php|JoomlaCode]] | * {{JVer|1.5}} '''JArchiveTar source code''' on [[jframework15:filesystem/archive/tar.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Filesystem/1.5|Filesystem]] | * {{JVer|1.5}} Subpackage [[Subpackage Filesystem/1.5|Filesystem]] | ||
Latest revision as of 13:02, 13 February 2013
[edit]
JArchiveTar
[edit] Description
Description:JArchiveTar [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _getTarInfo | Get the list of files/data from a Tar archive buffer. |
| public | extract | Extract a ZIP compressed file to a given path. |
- Defined in libraries/joomla/filesystem/archive/tar.php
- Extends JObject
[edit] Importing
jimport( 'joomla.filesystem.archive.tar' );
[edit] See also
-
JArchiveTar on api.joomla.org
-
JArchiveTar source code on JoomlaCode
-
Subpackage Filesystem
- Other versions of JArchiveTar
SeeAlso:JArchiveTar [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />