EventHttpConnection::__construct
(PECL event >= 1.2.6-beta)
EventHttpConnection::__construct — Constructs EventHttpConnection object
说明
public
EventHttpConnection::__construct(
EventBase
EventDnsBase
string
int
EventSslContext
)
EventBase
$base
,EventDnsBase
$dns_base
,string
$address
,int
$port
,EventSslContext
$ctx
= null
)
Constructs EventHttpConnection object.
参数
-
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.
注意:
This parameter is available only if
Eventis compiled with OpenSSL support and only withLibevent 2.1.0-alphaand higher.
更新日志
| 版本 | 说明 |
|---|---|
| PECL event 1.9.0 |
OpenSSL support (ctx) added.
|
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/eventhttpconnection.construct.php