[phpcrawl-enums] element index

Package indexes

All elements
a e m p u
a
top
ABORTREASON_FILELIMIT_REACHED
PHPCrawlerAbortReasons::ABORTREASON_FILELIMIT_REACHED in PHPCrawlerAbortReasons.class.php
Crawling-process aborted because the filelimit set by user was reached.
ABORTREASON_PASSEDTHROUGH
PHPCrawlerAbortReasons::ABORTREASON_PASSEDTHROUGH in PHPCrawlerAbortReasons.class.php
Crawling-process aborted because everything is done/passedthrough.
ABORTREASON_TRAFFICLIMIT_REACHED
Crawling-process aborted because the traffic-limit set by user was reached.
ABORTREASON_USERABORT
PHPCrawlerAbortReasons::ABORTREASON_USERABORT in PHPCrawlerAbortReasons.class.php
Crawling-process aborted because the handleDocumentInfo-method returned a negative value
e
top
ERROR_HOST_UNREACHABLE
PHPCrawlerRequestErrors::ERROR_HOST_UNREACHABLE in PHPCrawlerRequestErrors.class.php
Error-Code: Host not reachable
ERROR_NO_HTTP_HEADER
PHPCrawlerRequestErrors::ERROR_NO_HTTP_HEADER in PHPCrawlerRequestErrors.class.php
Error-Code: Host didn't respond with a valid HTTP-header.
ERROR_PROXY_UNREACHABLE
PHPCrawlerRequestErrors::ERROR_PROXY_UNREACHABLE in PHPCrawlerRequestErrors.class.php
Error-Code: Proxy not reachable
ERROR_SOCKET_TIMEOUT
PHPCrawlerRequestErrors::ERROR_SOCKET_TIMEOUT in PHPCrawlerRequestErrors.class.php
Error-Code: Socket timed out while reading data.
ERROR_SSL_NOT_SUPPORTED
PHPCrawlerRequestErrors::ERROR_SSL_NOT_SUPPORTED in PHPCrawlerRequestErrors.class.php
Error-Code: SSL/HTTPS not supported (probably openssl-extension not installed)
ERROR_TMP_FILE_NOT_WRITEABLE
PHPCrawlerRequestErrors::ERROR_TMP_FILE_NOT_WRITEABLE in PHPCrawlerRequestErrors.class.php
Error-Code: Could not write or create TMP-file.
m
top
MPMODE_CHILDS_EXECUTES_USERCODE
PHPCrawlerMultiProcessModes::MPMODE_CHILDS_EXECUTES_USERCODE in PHPCrawlerMultiProcessModes.class.php
Crawler runs in multiprocess-mode, usercode is executed by child-processes directly.
MPMODE_NONE
PHPCrawlerMultiProcessModes::MPMODE_NONE in PHPCrawlerMultiProcessModes.class.php
Crawler runs in a single process
MPMODE_PARENT_EXECUTES_USERCODE
PHPCrawlerMultiProcessModes::MPMODE_PARENT_EXECUTES_USERCODE in PHPCrawlerMultiProcessModes.class.php
Crawler runs in multiprocess-mode, usercode is executed by parent-process only.
p
top
PHPCrawlerAbortReasons.class.php
PHPCrawlerAbortReasons.class.php in PHPCrawlerAbortReasons.class.php
PHPCrawlerMultiProcessModes.class.php
PHPCrawlerMultiProcessModes.class.php in PHPCrawlerMultiProcessModes.class.php
PHPCrawlerRequestErrors.class.php
PHPCrawlerRequestErrors.class.php in PHPCrawlerRequestErrors.class.php
PHPCrawlerUrlCacheTypes.class.php
PHPCrawlerUrlCacheTypes.class.php in PHPCrawlerUrlCacheTypes.class.php
PHPCrawlerAbortReasons
PHPCrawlerAbortReasons in PHPCrawlerAbortReasons.class.php
Contains all possible abortreasons for a crawling-process.
PHPCrawlerMultiProcessModes
PHPCrawlerMultiProcessModes in PHPCrawlerMultiProcessModes.class.php
Multiprocessing-modes currently supported by phpcrawl.
PHPCrawlerRequestErrors
PHPCrawlerRequestErrors in PHPCrawlerRequestErrors.class.php
Contains all possible errorcodes for errors that may appear during a http-request.
PHPCrawlerUrlCacheTypes
PHPCrawlerUrlCacheTypes in PHPCrawlerUrlCacheTypes.class.php
Possible cache-types for caching found URLs within the phpcrawl-system.
u
top
URLCACHE_MEMORY
PHPCrawlerUrlCacheTypes::URLCACHE_MEMORY in PHPCrawlerUrlCacheTypes.class.php
URLs get cached in local RAM. Best performance.
URLCACHE_SQLITE
PHPCrawlerUrlCacheTypes::URLCACHE_SQLITE in PHPCrawlerUrlCacheTypes.class.php
URLs get cached in a SQLite-database-file. Recommended for spidering huge websites.
a e m p u