EventSslContext::__constructConstructs an OpenSSL context for use with Event classes Beschreibung
public
EventSslContext::__construct
(
string
$method
,
string
$options
)Creates SSL context holding pointer to SSL_CTX (see the system manual). Parameter-Liste
RückgabewerteReturns EventSslContext object. BeispieleBeispiel #1 EventSslContext::__construct example
<?php |