Swoole\Server::sendfile

(PECL swoole >= 1.9.0)

Swoole\Server::sendfileSend file to the connection.

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.

Parameter-Liste

fd

filename

offset

Rückgabewerte

add a note

User Contributed Notes

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