php8.5
Home/ Manual/ event / eventhttpconnection/ EventHttpConnection::__construct

EventHttpConnection::__construct

PHP function Edit on GitHub ✎

(PECL event >= 1.2.6-beta)

Constructs EventHttpConnection object

Description

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

Constructs EventHttpConnection object.

Parameters

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.

Note

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

Changelog

VersionDescription
PECL event 1.9.0OpenSSL support (ctx) added.

Source: reference/event/eventhttpconnection/construct.xml · from the official PHP manual (php/doc-en)