PHP 8.5.0 Beta 3 available for testing

Swoole\Http\Client::__construct

(PECL swoole >= 1.9.0)

Swoole\Http\Client::__construct β€” Construct the async HTTP client.

Опис

public Swoole\Http\Client::__construct(string $host, string $port = ?, bool $ssl = ?)

ΠŸΠ°Ρ€Π°ΠΌΠ΅Ρ‚Ρ€ΠΈ

host

The hostname of the remote host.

port

The port number of the remote host.

ssl

Whether to enable SSL.

οΌ‹add a note

User Contributed Notes

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