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 $ctx = null ] )
Constructs EventHttpConnection object.
Parameters
-
base -
Associated event base.
-
dns_base -
If
dns_baseisnull, 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
Eventis compiled with OpenSSL support and only withLibevent 2.1.0-alphaand higher.
Return Values
Returns EventHttpConnection object.
Changelog
| Version | Description |
|---|---|
| PECL event 1.9.0 | OpenSSL support (ctx) added. |
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/eventhttpconnection.construct.php