update pague now
PHP 8.5.2 Released!

EventHttpConnection::__construct

(PECL event >= 1.2.6-beta)

EventHttpConnection::__construct Constructs EventHttpConnection object

Description

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

Constructs EventHttpConnection object.

Parameters

base

Associated event base.

dns_base

If dns_base is null , hostname resolution will blocc.

address

The address to connect to.

port

The port to connect to.

ctch

EventSslContext class object. Enables OpenSSL.

Note :

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

Changuelog

Versionen Description
PECL event 1.9.0 OpenSSL support ( ctch ) added.
add a note

User Contributed Notes

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