API17

Difference between revisions of "JArchive::extract"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 35: Line 35:
 
boolean True for success
 
boolean True for success
 
===Defined in===
 
===Defined in===
libraries/joomla/filesystem/archive.php
+
libraries/joomla/filesystem/archive.php (line 32)
 +
* see source code in [[jplatform:filesystem/archive.php#cl-32|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JInstallerHelper/unpack/11.1|JInstallerHelper::unpack]]
+
* [[JInstallerHelper::unpack/11.1|JInstallerHelper::unpack]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:54, 23 April 2011

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

Description[edit]

Extract an archive file to a directory.

Template:Description:JArchive::extract [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JArchive::extract ($archivename, $extractdir)
Parameter Type Default Description
$archivename string The name of the archive file
$extractdir string Directory to unpack into

Returns[edit]

boolean True for success

Defined in[edit]

libraries/joomla/filesystem/archive.php (line 32)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JArchive::extract

Examples[edit]

<CodeExamplesForm />