Swoole\Client::sendfile

Send file to the remote TCP socket.

説明

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

This is a wrapper of the Linux sendfile system call.

パラメータ

filename

File path of the file to send.

offset

Offset of the file to send

戻り値