The HttpRequest
PHP Manual

HttpRequest::setCookies

(PECL pecl_http >= 0.12.0)

HttpRequest::setCookiesSet cookies

Beschreibung

public bool HttpRequest::setCookies ([ array $cookies ] )

Set custom cookies.

Parameter-Liste

cookies

an associative array as parameter containing cookie name/value pairs; if empty or omitted, all previously set cookies will be unset

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.


The HttpRequest
PHP Manual