JInstallerHelper::unpack/1.5
From Joomla! Documentation
JInstallerHelper::unpack
Description
Unpacks a file and verifies it as a element package Supports .gz .tar .tar.gz and .zip.
Description:JInstallerHelper::unpack [Edit Descripton]
public function unpack ($p_filename)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $p_filename | string | The uploaded package filename or install directory |
- Returns Array Two elements - extractdir and packagefile
- Defined on line 109 of libraries/joomla/installer/helper.php
- Since
See also
-
JInstallerHelper::unpack on api.joomla.org
-
JInstallerHelper source code on JoomlaCode
-
Class JInstallerHelper
-
Subpackage Installer
- Other versions of JInstallerHelper::unpack
SeeAlso:JInstallerHelper::unpack [Edit See Also]
User contributed notes
<CodeExamplesForm />