v1.0.0
English

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) public
string (string $header) public
__construct (array $cookies) public
has (string $name, string $prefix = '', ?string $value = null) public
get (string $name, string $prefix = '') public
put (Cookie $cookie) public
remove (string $name, string $prefix = '') public
display () public
clear () public
count () public
getIterator () public
validateCookies (array $cookies) protected
phpDG v1.0.0 CookieStore.php 662 files 498 classes 763 fn
Generated