PHP » GoLang |
login |
register |
about
|
GoLang EventSslContext::__construct
request it (285)
GoLang replacement for PHP's EventSslContext::__construct
[edit | history]
PHP EventSslContext::__constructPHP original manual for EventSslContext::__construct [ show | php.net ]EventSslContext::__construct(PECL event >= 1.2.6-beta) EventSslContext::__construct — Constructs 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 |
more
Recently updated
more
Most requested
|