Solar_Http_Response::getCookie()
public
array
Solar_Http_Response::getCookie
( string $key
)
Returns the value and options for a single cookie.
Parameters
(string)
$key
: The cookie name.
Returns
(array) An array of the value and options for the cookie.
Description
Returns the value and options for a single cookie.