PHP Conference Japan 2024

Swoole\Http\Response::sendfile

(PECL swoole >= 1.9.0)

Swoole\Http\Response::sendfile通过 HTTP 响应发送文件。

描述

public Swoole\Http\Response::sendfile(string $filename, int $offset = ?): ReturnType

通过 HTTP 响应发送文件。

参数

文件名

偏移量

返回值

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top