http_parse_cookieParse HTTP cookie
&reftitle.description;
objecthttp_parse_cookiestringcookieintflagsarrayallowed_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 http_parse_cookie
]]>
&example.outputs;
Array
(
[foo] => bar
[bar] => baz
)
[extras] => Array
(
[comment] =>
)
[flags] => 16
[expires] => 0
[path] => /
[domain] => example.com
)
]]>
&reftitle.seealso;
http_parse_headershttp_parse_messagehttp_build_cookie