http_parse_cookie Parse HTTP cookie &reftitle.description; objecthttp_parse_cookie stringcookie intflags arrayallowed_extras Parses HTTP cookies like sent in a response into a struct. &reftitle.parameters; cookie string containing the value of a Set-Cookie response header flags parse flags (HTTP_COOKIE_PARSE_RAW) allowed_extras array containing recognized extra keys; by default all unknown keys will be treated as cookie names &reftitle.returnvalues; Returns a stdClass object on success&return.falseforfailure;. &reftitle.examples; Using <function>http_parse_cookie</function> ]]> &example.outputs; Array ( [foo] => bar [bar] => baz ) [extras] => Array ( [comment] => ) [flags] => 16 [expires] => 0 [path] => / [domain] => example.com ) ]]> &reftitle.seealso; http_parse_headers http_parse_message http_build_cookie