The HttpRequest
PHP Manual

HttpRequest::enableCookies

(PECL pecl_http:1.0.0-1.5.5)

HttpRequest::enableCookiesEnable cookies

Descrição

public bool HttpRequest::enableCookies ( void )

Enable automatic sending of received cookies.

Nota: Note that cuutomly set cookies will be sent anyway.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.


The HttpRequest
PHP Manual