Php/docs/swoole-client.sendfile

提供:Dev Guides
< Php
移動先:案内検索

Swoole\Client::sendfile

(PECL swoole >= 1.9.0)

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


説明

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

This is a wrapper of the Linux sendfile system call.


パラメータ

filename
File path of the file to send.
offset
Offset of the file to send


返り値