CookieStore.php
system/Cookie/CookieStore.php
1 class
12 methods
class CookieStore
The CookieStore object represents an immutable collection of `Cookie` value objects.
fromCookieHeaders
(array $headers, bool $raw = false)
string
(string $header)
__construct
(array $cookies)
has
(string $name, string $prefix = '', ?string $value = null)
get
(string $name, string $prefix = '')
put
(Cookie $cookie)
remove
(string $name, string $prefix = '')
display
()
clear
()
count
()
getIterator
()
validateCookies
(array $cookies)