PHP - Manual: Swoole\Client::sendfile
2024-11-13
(PECL swoole >= 1.9.0)
Swoole\Client::sendfile — Send file to the remote TCP socket.
$filename
, int $offset
= ?): boolThis is a wrapper of the Linux sendfile system call.
filename
File path of the file to send.
offset
Offset of the file to send
官方地址:https://www.php.net/manual/en/swoole-client.sendfile.php