X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=http%2FCookie%2FgetExpires.md;fp=http%2FCookie%2FgetExpires.md;h=46300a5c03d8d0a34b870348d0ef9a8dce079528;hb=33f241f193fcbb16d297441c793a0aa0341f48cb;hp=0000000000000000000000000000000000000000;hpb=c31e3a44e57dc4ae228d21448e67e2090c0a494d;p=mdref%2Fmdref-http diff --git a/http/Cookie/getExpires.md b/http/Cookie/getExpires.md new file mode 100644 index 0000000..46300a5 --- /dev/null +++ b/http/Cookie/getExpires.md @@ -0,0 +1,14 @@ +# int http\Cookie::getExpires() + +Get the currently set expires attribute. +See http\Cookie::setExpires(). + +> **Note:** A return value of -1 means that the attribute is not set. + +## Params: + +None. + +## Returns: + +* int, the currently set expires attribute as seconds since the epoch.