http_parse_cookie
Description
object http_parse_cookie ( string cookie [, int flags [, array allowed_extras]] )Parses HTTP cookies like sent in a response into a struct.
Parameters
cookiestring containing the value of a Set-Cookie response header
flagsparse flags (HTTP_COOKIE_PARSE_RAW)
allowed_extrasarray containing recognized extra keys; by default all unknown keys will be treated as cookie names
Examples
