HttpResponse
PHP Manual

HttpResponse::setStream

(PECL pecl_http >= 0.10.0)

HttpResponse::setStreamSet stream

说明

static bool HttpResponse::setStream ( resource $stream )

Set the resource to be sent.

Note: 预先计算过或已定义的 ETagLast-Modified 会被重新计算和重新定义。

参数

stream

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

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE.

参见


HttpResponse
PHP Manual