PHP 8.3.4 Released!

Swoole\Http\Client::post

(PECL swoole >= 1.9.0)

Swoole\Http\Client::postSend POST http request to the remote server.

说明

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

参数

path

data

callback

返回值

add a note

User Contributed Notes

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