OpenSwoole\Client->sendfile

Latest version: pecl install openswoole-22.1.2 | composer require openswoole/core:22.1.5

Declaration

<?php OpenSwoole\Client->sendfile(string $filename, $offset = 0, $length = -1)

Parameters

filename

The location of the file to send.

offset

Offset and start point to send the file.

length

The length of the data to send.

Return

Description

Send file to the remote socket.

This is a wrapper of the Linux sendfile system call.

Example

Last updated on September 1, 2022