Method: PHPCrawler::setFollowRedirects()



Defines whether the crawler should follow redirects sent with headers by a webserver or not.
Signature:

public setFollowRedirects($mode)

Parameters:

$mode bool If TRUE, the crawler will follow header-redirects.
The default-value is TRUE.

Returns:

bool 

Description:

-