Method: PHPCrawler::setUserAgentString()



Sets the "User-Agent" identification-string that will be send with HTTP-requests.
Signature:

public setUserAgentString($user_agent)

Parameters:

$user_agent string The user-agent-string. The default-value is "PHPCrawl".

Returns:

No information

Description:

-