Function HttpDownloader->get_header_string
Definitions
sources/http.php
- Find the HTTP header contents.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The header contents
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the HTTP header contents.
*
* @return string The header contents
*/
protected function get_header_string() : string
* Find the HTTP header contents.
*
* @return string The header contents
*/
protected function get_header_string() : string

