Method: PHPCrawlerResponseHeader::PHPCrawlerResponseHeader()


Initiates an new PHPCrawlerResponseHeader.
Signature:

public PHPCrawlerResponseHeader($header_string, $source_url)

Parameters:

$header_string string A complete response-header as it was send by the server
$source_url string The URL of the website the header was recevied from.

Returns:

No information

Description:

-