API17

JArchive::getAdapter: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get a file compression adapter.  
Get a file compression adapter.  


{{subst:Description:JArchive::getAdapter}}
 


<source lang="php">
<source lang="php">
Line 32: Line 32:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[API17:JArchive::getAdapter|Other versions of JArchive::getAdapter]]
* [[API17:JArchive::getAdapter|Other versions of JArchive::getAdapter]]
{{subst:SeeAlso:JArchive::getAdapter}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JArchive::getAdapter
category=JArchive::getAdapter
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:20, 25 March 2017

Joomla 11.1 JArchive::getAdapter

Description

Get a file compression adapter.


public static function getAdapter ($type)
Parameter Type Default Description
$type string gzip|tar|zip).
  • Returns
  • Defined on line 167 of libraries/joomla/filesystem/archive.php
  • Since Joomla 11.1
  • Referenced by

See also


User contributed notes

Code Examples