X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FCookie%2FgetCookies.md;fp=http%2FCookie%2FgetCookies.md;h=80ec61969ced730e719c5d7024c1096e478ec1ed;hb=33f241f193fcbb16d297441c793a0aa0341f48cb;hp=0000000000000000000000000000000000000000;hpb=c31e3a44e57dc4ae228d21448e67e2090c0a494d;p=mdref%2Fmdref-http diff --git a/http/Cookie/getCookies.md b/http/Cookie/getCookies.md new file mode 100644 index 0000000..80ec619 --- /dev/null +++ b/http/Cookie/getCookies.md @@ -0,0 +1,12 @@ +# array http\Cookie::getCookies() + +Get the list of cookies. +See http\Cookie::setCookies(). + +## Params: + +None. + +## Returns: + +* array, the list of cookies of form ["name" => "value"].