HttpResponse::setFile
(PECL pecl_http >= 0.10.0)
HttpResponse::setFile — Set file
说明
static
bool HttpResponse::setFile
( string
$file
)Set the file to be sent.
Note: 预先计算过或已定义的 ETag 与 Last-Modified 会被重新计算和重新定义。
参数
-
file -
the path to the file to send
返回值
成功时返回 TRUE, 或者在失败时返回 FALSE。
参见
- HttpResponse::getData() - Get data
- HttpResponse::setData() - Set data
- HttpResponse::getFile() - Get file
- HttpResponse::getStream() - Get Stream
- HttpResponse::setStream() - Set stream
There are no user contributed notes for this page.
