Function HttpDownloader->read_in_options

Definitions

sources/http.php

  • Read in options.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$options array No No required parameter N/A N/A Map of options (see the properties of the HttpDownloader class for what you may set)

Preview

Code (PHP)

/**
 * Read in options.
 *
 * @param  array $options Map of options (see the properties of the HttpDownloader class for what you may set)
 */

protected function read_in_options(array $options)