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. | ||
<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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JArchive::getAdapter | category=JArchive::getAdapter | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:20, 25 March 2017
JArchive::getAdapter
Description
Get a file compression adapter.
public static function getAdapter ($type)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | gzip|tar|zip). |
See also
JArchive::getAdapter source code on BitBucket
Class JArchive
Subpackage Filesystem- Other versions of JArchive::getAdapter
User contributed notes
Code Examples