Dutch PHP Conference 2025 - Call For Papers

Swoole\Http\Client::download

(PECL swoole >= 1.9.0)

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

Опис

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

Параметри

path

file

callback

offset

Значення, що повертаються

add a note

User Contributed Notes

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