CakeFest 2024: The Official CakePHP Conference

Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfileSend file to the connection.

Descripción

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

Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

fd

filename

offset

Valores devueltos

add a note

User Contributed Notes

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