Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfile将文件发送到连接。

描述

public Swoole\Server::sendfile(int $fd, string $filename, int $offset = ?): bool

警告

此函数目前没有文档;只有它的参数列表可用。

参数

fd

filename

offset

返回值

添加注释

用户贡献的注释

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