API17:JInstallerHelper::downloadPackage
From Joomla! Documentation
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 />
