GoLang Swoole\Client::sendfile

request it (227)
GoLang replacement for PHP's Swoole\Client::sendfile [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Client::sendfile? Write it!

PHP Swoole\Client::sendfile

PHP original manual for Swoole\Client::sendfile [ show | php.net ]

Swoole\Client::sendfile

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Client::sendfileSend file to the remote TCP socket.

Description

public boolean Swoole\Client::sendfile ( string $filename [, int $offset ] )

This is a wrapper of the Linux sendfile system call.

Parameters

filename

File path of the file to send.

offset

Offset of the file to send

Return Values