Class WebDocument

Description

Object returned by a Tariqa::fetchUrl() operation, describing a document received from the internet

  • see: Tariqa::fetchUrl

Located in /lib/Tariqa/WebDocument.Class.php (line 7)


	
			
Variable Summary
string $body
string $content_type
Cookie[] $cookies
string $url
Variables
string $body (line 49)

The content of the document

  • access: public
int $content_length (line 31)

Content-length

  • access: public
string $content_type (line 25)

Content-type

  • access: public
Cookie[] $cookies (line 55)

set-cookie headers

  • access: public
int $http_code (line 13)

HTTP Code

  • access: public
int $speed_download (line 43)

Average download speed

  • access: public
int $total_time (line 37)

Total transaction time in seconds for last transfer

  • access: public
string $url (line 19)

Effective URL

  • access: public

Documentation generated on Mon, 30 Mar 2009 16:36:32 +0200 by phpDocumentor 1.4.1