Swoole\Http\Client::__construct

(PECL swoole >= 1.9.0)

Swoole\Http\Client::__constructConstruct 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.

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有