API17:JInstallerHelper::downloadPackage
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
mixed Path to downloaded package or boolean false on failure | mixed Path to downloaded package or boolean false on failure | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/installer/helper.php | + | libraries/joomla/installer/helper.php (line 37) |
| + | * see source code in [[jplatform:installer/helper.php#cl-37|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:48, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerHelper::downloadPackage
Description
Downloads a package.
Description:JInstallerHelper::downloadPackage [Edit Descripton]
Since
Synopsis
public static JInstallerHelper::downloadPackage ($url, $target=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $url | string | URL of file to download | |
| $target | string | false | Download target filename [optional] |
Returns
mixed Path to downloaded package or boolean false on failure
Defined in
libraries/joomla/installer/helper.php (line 37)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JInstallerHelper::downloadPackage
Examples
<CodeExamplesForm />
