PHP Conference Japan 2024

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