1 # http\Cookie http\Cookie::setCookie(string $cookie_name, string $cookie_value)
4 See http\Cookie::addCookie() and http\Cookie::setCookies().
6 > **Note:** The cookie will be deleted from the list if $cookie_value is NULL.
11 The key of the cookie.
12 * string $cookie_value
13 The value of the cookie.
21 * http\Exception\InvalidArgumentException