API17

JInstallerHelper::unpack

From Joomla! Documentation

Revision as of 21:13, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

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 JInstallerHelper::unpack[edit]

Description[edit]

Unpacks a file and verifies it as a Joomla element package Supports .gz .tar .tar.gz and .zip.

Template:Description:JInstallerHelper::unpack [Edit Descripton]

public static 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 114 of libraries/joomla/installer/helper.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JInstallerHelper::unpack [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />