Swoole\Client::sendfile

(PECL swoole >= 1.9.0)

Swoole\Client::sendfileОтправляет файл в удалённый TCP-сокет

Описание

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

Является оболочкой системного вызова sendfile в Linux.

Список параметров

filename

Путь к файлу для отправки.

offset

Смещение файла для отправки

Возвращаемые значения

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top