Swoole\Client::sendfile
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Send file to the remote TCP socket.
Description
Swoole\Client::sendfile(string $filename, [int $offset]): bool
This is a wrapper of the Linux sendfile system call.
Parameters
filenameFile path of the file to send.
offsetOffset of the file to send