PHP 8.4.6 Released!

Swoole\Http\Client::__construct

(PECL swoole >= 1.9.0)

Swoole\Http\Client::__constructConstruye el cliente HTTP asíncrono.

Descripción

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

Parámetros

host

El nombre de host del host remoto.

port

El número de puerto del host remoto.

ssl

Activar o no SSL.

add a note

User Contributed Notes

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