EventSslContext::__constructConstructs an OpenSSL context for use with Event classes Description
public
EventSslContext::__construct
(
string
$method
,
string
$options
)Creates SSL context holding pointer to SSL_CTX (see the system manual). Parameters
Return ValuesReturns EventSslContext object. ExamplesExample #1 EventSslContext::__construct example
<?php |