PHP 8.1.28 Released!

Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfileSend file to the connection.

Descrição

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

Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Parâmetros

fd

filename

offset

Valor Retornado

add a note

User Contributed Notes

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