Smart download helper. Automatically uses cURL or URL fopen() wrappers to fetch the package.
Located in /administrator/components/com_joomlaupdate/helpers/download.php (line 19)
Change the permissions of a file, optionally using FTP
Downloads from a URL and saves the result as a local file
Downloads from a URL and returns the result as a string
Detect and return available download "adapters" (not really adapters, as we don't follow the Adapter pattern, yet)
Downloads the contents of a URL and writes them to disk (if $fp is not null) or returns them as a string (if $fp is null)
Download from a URL using URL fopen() wrappers
Does the server support PHP's cURL extension?
Does the server support URL fopen() wrappers?
Documentation generated on Mon, 25 Jun 2012 13:54:19 -0500 by phpDocumentor 1.4.4