HttpResponse::setStream

(PECL pecl_http >= 0.10.0)

HttpResponse::setStreamSet stream

Опис

static bool HttpResponse::setStream ( resource $stream )

Set the resource to be sent.

Зауваження: Previously calculated or defined ETag and Last-Modified will be recalculated and redefined.

Параметри

stream

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

Значення, що повертаються

Повертає TRUE в успішному випадку або FALSE в разі помилки.

Прогляньте Також

add a note add a note

User Contributed Notes

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