http_parse_cookie

Example

 object http_parse_cookie ( string $cookie [, int $flags [, array $allowed_extras ]] ) 

Description

Parses HTTP cookies like sent in a response into a struct.

Return Values

Returns a stdClass object on success or FALSE on failure.