Class PHPCrawlerResponseHeader

Description

Describes an HTTP response-header within the phpcrawl-system.

Located in /libs/PHPCrawler/PHPCrawlerResponseHeader.class.php (line 7)


	
			
Variable Summary
Method Summary
PHPCrawlerResponseHeader __construct (string $header_string, string $source_url)
Variables
int $content_length (line 53)

The content-length as stated in the header.

  • access: public
string $content_type (line 46)

The content-type

  • access: public
array $cookies = array() (line 60)

All cookies found in the header

string $header_raw (line 32)

The raw HTTP-header as it was send by the server

  • access: public
int $http_status_code (line 39)

The HTTP-statuscode

  • access: public
string $source_url (line 67)

The URL of the website the header was recevied from.

  • access: public
Methods
Constructor __construct (line 16)

Initiates an new PHPCrawlerResponseHeader.

  • access: public
PHPCrawlerResponseHeader __construct (string $header_string, string $source_url)
  • string $header_string: A complete response-header as it was send by the server
  • string $source_url: The URL of the website the header was recevied from.

Documentation generated on Sun, 20 Jan 2013 21:18:50 +0200 by phpDocumentor 1.4.4