Method: PHPCrawlerCookieDescriptor::PHPCrawlerCookieDescriptor()


Initiates a new PHPCrawlerCookieDescriptor-object.
Signature:

public PHPCrawlerCookieDescriptor($source_url, $name, $value, $expires = null, $path = null, $domain = null)

Parameters:

$source_url string URL the cookie was send from.
$name string Cookie-name
$value string Cookie-value
$expires string Expire-string, e.g. "Sat, 08-Aug-2020 23:59:08 GMT"
$path string Cookie-path
$domain string Cookie-domain

Returns:

No information

Description:

-