Class PHPCrawlerStatus

Description

Describes the current status of an crawler-instance.

Located in /libs/PHPCrawler/PHPCrawlerStatus.class.php (line 8)


	
			
Variable Summary
Variables
int $abort_reason = null (line 31)

Abort reason for aborting the crawling-process.

  • var: One of the PHPCrawlerAbortReasons-contants or NULL if the process shouldn't get aborted yet.
  • access: public
mixed $bytes_received = 0 (line 13)

Number of bytes the crawler-instance received so far

  • access: public
mixed $documents_received = 0 (line 23)

Number of documents the crawler-instance received so far

  • access: public
mixed $first_content_url = null (line 33)
  • access: public
mixed $links_followed = 0 (line 18)

Number of links the crawler-instance followed so far

  • access: public

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