Constructs EventHttpConnection object

EventHttpConnection::__construct

(PECL event >= 1.2.6-beta)

EventHttpConnection::__constructConstructs EventHttpConnection object

說明

public EventHttpConnection::__construct(
     EventBase $base ,
     EventDnsBase $dns_base ,
     string $address ,
     int $port ,
     EventSslContext $ctx = null
)

Constructs EventHttpConnection object.

參數

base

Associated event base.

dns_base

If dns_base is null, hostname resolution will block.

address

The address to connect to.

port

The port to connect to.

ctx

EventSslContext class object. Enables OpenSSL.

注意:

This parameter is available only if Event is compiled with OpenSSL support and only with Libevent 2.1.0-alpha and higher.

返回值

Returns EventHttpConnection object.

更新日誌

版本 說明
PECL event 1.9.0 OpenSSL support (ctx) added.

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *