Swoole\Http\Client::post

(PECL swoole >= 1.9.0)

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

Descrizione

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

Elenco dei parametri

path

data

callback

Valori restituiti

add a note add a note

User Contributed Notes

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