(PECL event >= 1.2.6-beta)
EventHttpConnection::__construct — Constructs EventHttpConnection object
$base
,
$dns_base
,
$address
,
$port
,
$ctch
=
null
Constructs EventHttpConnection object.
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
Eventis compiled with OpenSSL support and only withLibevent 2.1.0-alphaand higher.
| Versionen | Description |
|---|---|
| PECL event 1.9.0 |
OpenSSL support (
ctch
) added.
|