PHP 8.4.0 RC4 available for testing

Swoole\Http\Client::post

(PECL swoole >= 1.9.0)

Swoole\Http\Client::postEnvoie une requête HTTP POST au serveur distant.

Description

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

Liste de paramètres

path

data

callback

Valeurs de retour

add a note

User Contributed Notes

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