PHP 8.5.0 Alpha 2 available for testing

Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfileEnvía un fichero a la conexión.

Descripción

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

Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Parámetros

fd

filename

offset

Valores devueltos

add a note

User Contributed Notes

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