API17

Difference between revisions of "JArchiveTar"

From Joomla! Documentation

m (JoomlaWikiBot moved page JArchiveTar/11.1 to API17:JArchiveTar without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JArchiveTar::extract/11.1|extract]]
+
|[[API17:JArchiveTar::extract|extract]]
 
|Extract a ZIP compressed file to a given path.  
 
|Extract a ZIP compressed file to a given path.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/filesystem/archive/tar.php
 
* '''Defined in''' libraries/joomla/filesystem/archive/tar.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source>
 
<source lang="php">jimport( 'joomla.filesystem.archive.tar' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JArchiveTar source code''' on [[jplatform:filesystem/archive/tar.php|BitBucket]]
 
* {{JVer|11.1}} '''JArchiveTar source code''' on [[jplatform:filesystem/archive/tar.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Filesystem/11.1|Filesystem]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
* [[JArchiveTar|Other versions of JArchiveTar]]
+
* [[API17:JArchiveTar|Other versions of JArchiveTar]]
 
{{SeeAlso:JArchiveTar}}
 
{{SeeAlso:JArchiveTar}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 41: Line 41:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JArchiveTar]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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

Description[edit]

Template:Description:JArchiveTar [Edit Descripton]

Methods[edit]

Visibility Method name Description
public extract Extract a ZIP compressed file to a given path.
  • Defined in libraries/joomla/filesystem/archive/tar.php
  • Extends JObject

Importing[edit]

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

See also[edit]

Template:SeeAlso:JArchiveTar [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />