PHP Velho Oeste 2024

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: Anteriormente calculado (ou definido) ETag e Last-Modified serão recalculados e redefinidos.

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top