projects
/
mdref
/
mdref-http
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
cookie
[mdref/mdref-http]
/
http
/
Cookie
/
addCookies.md
1
# http\Cookie http\Cookie::addCookies(array $cookies)
2
3
(Re)set the cookies.
4
See http\Cookie::setCookies().
5
6
## Params:
7
8
* array $cookies
9
Add cookies of this array of form ["name" => "value"].
10
11
## Returns:
12
13
* http\Cookie, self.