Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfileSend file to the connection.

説明

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

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

fd

filename

offset

戻り値

To Top