JInstallerHelper::downloadPackage/1.5
From Joomla! Documentation
JInstallerHelper::downloadPackage
Description
Downloads a package.
Description:JInstallerHelper::downloadPackage [Edit Descripton]
public 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 43 of libraries/joomla/installer/helper.php
- Since
See also
-
JInstallerHelper::downloadPackage on api.joomla.org
-
JInstallerHelper source code on JoomlaCode
-
Class JInstallerHelper
-
Subpackage Installer
- Other versions of JInstallerHelper::downloadPackage
SeeAlso:JInstallerHelper::downloadPackage [Edit See Also]
User contributed notes
<CodeExamplesForm />