Swoole\Http\Client::download

(PECL swoole >= 1.9.0)

Swoole\Http\Client::downloadDownload a file from the remote server.

Description

publicSwoole\Http\Client::download(
    string$path,
    string$file,
    callable$callback,
    int$offset = ?
): void

Parameters

path

file

callback

offset

Return Values

To Top