CookieHandler complete
Pre-release
Pre-release
The CookieHandler
class is what is used to interface with cookies, and behaves just like the $_COOKIE
superglobal so it is easy to get used to.
- ArrayAccess to get quick access to cookie values.
- get, set, has, delete methods for OOP usage.