UPPER
UPPER = '_ABCDEFGHIJKLMNOPQRSTUVWXYZ'
ResponseHeaderBag is a container for Response HTTP headers.
$headers : array<string,list<string|null>>
clearCookie(string $name, ?string $path = '/', string $domain = null, bool $secure = false, bool $httpOnly = true, string $sameSite = null) : mixed
Clears a cookie in the browser.
string | $name | |
?string | $path | |
string | $domain | |
bool | $secure | |
bool | $httpOnly | |
string | $sameSite |