Documentation

WebCrawler
in package

FinalYes

Small legacy crawler that follows same-domain links through Storage-backed requests.

Included for historical compatibility only. This API is out of support and should not be used in new code.

Tags
author

Daniel Schulz

since
2017-12-28

Table of Contents

Properties

$maxDepth  : mixed
$maxDocs  : mixed
$maxTime  : mixed
$errorList  : mixed
$linkList  : mixed
$url  : mixed

Methods

__construct()  : mixed
crawl()  : string
buildURL()  : mixed
crawlURL()  : void

Properties

Methods

__construct()

public __construct(mixed $url) : mixed
Parameters
$url : mixed

crawl()

public crawl() : string
Return values
string

buildURL()

protected buildURL(mixed $url[, mixed $parentUrl = '' ]) : mixed
Parameters
$url : mixed
$parentUrl : mixed = ''

crawlURL()

protected crawlURL(mixed $url[, mixed $depth = 0 ][, mixed $parentUrl = '' ]) : void
Parameters
$url : mixed
$depth : mixed = 0
$parentUrl : mixed = ''
On this page

Search results