http
PHP Manual

HttpResponse::setStream

(PECL pecl_http:0.10.0-1.5.5)

HttpResponse::setStream — Set stream

Description

static bool HttpResponse::setStream ( resource $stream )

Set the resource to be sent.

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

Parameters

stream

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

Return Values

Returnerar TRUE vid framgång eller FALSE vid fel.

Se också


http
PHP Manual