PHP Conference Japan 2024

Swoole\Client::sendfile

(PECL swoole >= 1.9.0)

Swoole\Client::sendfile将文件发送到远程TCP套接字。

描述

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

这是Linux sendfile系统调用的包装器。

参数

filename

要发送的文件的文件路径。

offset

要发送的文件的偏移量

返回值

添加注释

用户贡献的注释

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