HttpResponse
PHP Manual

HttpResponse::setStream

(PECL pecl_http >= 0.10.0)

HttpResponse::setStreamSet stream

Descrição

static bool HttpResponse::setStream ( resource $stream )

Set the resource to be sent.

Nota: Previously calculated or defined ETag and Last-Modified will be recalculated and redefined.

Parâmetros

stream

already opened stream from which the data to send will be read

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em caso de falha.

Veja Também


HttpResponse
PHP Manual