mdref.json config
[mdref/mdref-http] / http / Cookie / getExpires.md
1 # int http\Cookie::getExpires()
2
3 Get the currently set expires attribute.
4 See http\Cookie::setExpires().
5
6 > ***NOTE:***
7 > A return value of -1 means that the attribute is not set.
8
9 ## Params:
10
11 None.
12
13 ## Returns:
14
15 * int, the currently set expires attribute as seconds since the epoch.