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

