public PHPCrawlerCookieDescriptor($source_url, $name, $value, $expires = null, $path = null, $domain = null)
| $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 |
| No information |
-