API17

Difference between revisions of "JArchive"

From Joomla! Documentation

m (clean up)
m (preparing for archive only)
 
Line 2: Line 2:
 
=={{JVer|11.1}} JArchive==
 
=={{JVer|11.1}} JArchive==
 
===Description===
 
===Description===
{{subst:Description:JArchive}}
+
 
  
 
===Methods===
 
===Methods===
Line 27: Line 27:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Filesystem|Filesystem]]
 
* [[API17:JArchive|Other versions of JArchive]]
 
* [[API17:JArchive|Other versions of JArchive]]
{{subst:SeeAlso:JArchive}}
+
 
  
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JArchive
 
category=JArchive
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 21:20, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
public static extract Extract an archive file to a directory.
public static getAdapter Get a file compression adapter.
  • Defined in libraries/joomla/filesystem/archive.php

Importing[edit]

jimport( 'joomla.filesystem.archive' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]