class CurlLinkChecker implements LinkChecker (View source)

Check links using curl

Properties

Methods

protected
Zend_Cache_Frontend
getCache()

Return cache

public
int
checkLink(string $href)

Determine the http status code for a given link

Details

protected Zend_Cache_Frontend getCache()

Return cache

Return Value

Zend_Cache_Frontend

Determine the http status code for a given link

Parameters

string $href

URL to check

Return Value

int

HTTP status code, or null if not checkable (not a link)