Function HttpDownloaderFilesystem->_run
Definitions
sources/http.php
- Do the inner call using a particular downloader method.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | URLPATH | required parameter | N/A | N/A | The URL to download |
$options | array | required parameter | N/A | N/A | Map of options (see the properties of the HttpDownloader class for what you may set) |
Return
- The data downloaded (null: error) (false: backend failed)
- Type: ~?string
- Set: N/A
- Range: N/A