update : 2015.11.03
php.shukuma.com검색:
|
EventSslContext::__construct(PECL event >= 1.2.6-beta) EventSslContext::__construct — Constructs an OpenSSL context for use with Event classes 설명
public
EventSslContext::__construct
(
string
$method
,
string
$options
)Creates SSL context holding pointer to SSL_CTX (see the system manual). 인수
반환값Returns EventSslContext object. 예제Example #1 EventSslContext::__construct() example
<?php |