PHP Doku:: Get response cookie(s) - function.httprequest-getresponsecookies.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPThe HttpRequestHttpRequest::getResponseCookies

Ein Service von Reinhard Neidl - Webprogrammierung.

The HttpRequest

<<HttpRequest::getResponseCode

HttpRequest::getResponseData>>

HttpRequest::getResponseCookies

(PECL pecl_http >= 0.23.0)

HttpRequest::getResponseCookiesGet response cookie(s)

Beschreibung

public array HttpRequest::getResponseCookies ([ int $flags [, array $allowed_extras ]] )

Get response cookie(s) after the request has been sent.

If redirects were allowed and several responses were received, the data references the last received response.

Parameter-Liste

flags

http_parse_cookie() flags

allowed_extras

allowed keys treated as extra information instead of cookie names

Rückgabewerte

Returns an array of stdClass objects like http_parse_cookie() would return.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)