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
/
addExtra.md
1
# http\Cookie http\Cookie::addExtra(string $extra_name, string $extra_value)
2
3
Add an extra attribute to the cookie list.
4
See http\Cookie::setExtra().
5
6
## Params:
7
8
* string $extra_name
9
The key of the extra attribute.
10
* string $extra_value
11
The value of the extra attribute.
12
13
## Returns:
14
15
* http\Cookie, self.