php8.5
Home/ Manual/ swoole / client/ Swoole\Client::sendfile

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

filename

File path of the file to send.

offset

Offset of the file to send

Return Values

Source: reference/swoole/swoole/client/sendfile.xml · from the official PHP manual (php/doc-en)