Statement on glibc/iconv Vulnerability

Swoole\Client::__construct

(PECL swoole >= 1.9.0)

Swoole\Client::__constructCriar um cliente TCP/UDP síncrono ou assíncrono do Swoole, com ou sem SSL.

Descrição

public Swoole\Client::__construct(int $sock_type, int $is_async = ?)

Parâmetros

sock_type

O tipo de soquete: SWOOLE_TCP, SWOOLE_UDP, SWOOLE_ASYNC, SWOOLE_SSL, SWOOLE_KEEP.

is_async

Cliente síncrono ou assíncrono.

add a note

User Contributed Notes

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