PHP 8.4.26 Released!

Swoole\Http\Client::post

(PECL swoole >= 1.9.0)

Swoole\Http\Client::post — Send POST http request to the remote server.

Beschreibung

public function Swoole\Http\Client::post(string $path, string $data, callable $callback): void

Parameter-Liste

path

data

callback

Rückgabewerte

+add a note

User Contributed Notes

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