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]
public static function 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 on line 38 of libraries/joomla/installer/helper.php
- Since
See also
-
JInstallerHelper::downloadPackage source code on BitBucket
-
Class JInstallerHelper
-
Subpackage Installer
- Other versions of JInstallerHelper::downloadPackage
SeeAlso:JInstallerHelper::downloadPackage [Edit See Also]
User contributed notes
<CodeExamplesForm />
