Results of 1 - 10 of about 15 for EventSslContext (0.008 sec.)
- The EventSslContext class 13027
- « EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslContext
...
ntext class The EventSslContext class (PECL event >= 1.2.6-beta) はじめに Represen ...
configure the SSL context. クラス概要 final class EventSslContext { /* Constants */ const int SSLv2_CLIENT_METHOD = ...
cal_pk Path to local private key file 定義済み定数 EventSslContext::SSLv2_CLIENT_METHOD SSLv2 client method. See SSL_ ...
CTX_new(3) man page. EventSslContext::SSLv3_CLIENT_METHOD SSLv3 client method. See SSL_ ...
-
https://man.plustar.jp/php/class.eventsslcontext.html
- [similar]
- Constructs an OpenSSL context for use with Event classes 12678
- « EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w
...
ith Event classes EventSslContext::__construct (PECL event >= 1.2.6-beta) EventSslCo ...
SSL context for use with Event classes 説明 public EventSslContext::__construct ( string $method , string $options ) ...
(see the system manual). パラメータ method One of EventSslContext::*_METHOD constants . options Associative array of ...
SSL context options One of EventSslContext::OPT_* constants . 戻り値 Returns EventSslContext ...
-
https://man.plustar.jp/php/eventsslcontext.construct.html
- [similar]
- 例 9509
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
NULL ); } // Initialize SSL structures, create an EventSslContext // Optionally create self-signed certificates func ...
-out $local_cert \n" ; return FALSE ; } $ctx = new EventSslContext ( EventSslContext :: SSLv3_SERVER_METHOD , array ( ...
EventSslContext :: OPT_LOCAL_CERT => $local_cert , EventSslContext ...
:: OPT_LOCAL_PK => $local_pk , //EventSslContext::OPT_PASSPHRASE => "echo server", EventSslContext ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]
- Create a new SSL buffer event to send its data over another buffer event 9282
- « EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr
...
( EventBase $base , EventBufferEvent $underlying , EventSslContext $ctx , int $state , int $options = 0 ): EventBuffe ...
et buffer event to use for this SSL. ctx Object of EventSslContext class. state The current state of SSL connection: ...
ublic function __construct () { $this -> ctx = new EventSslContext ( EventSslContext :: SSLv3_SERVER_METHOD , [ Event ...
SslContext :: OPT_LOCAL_CERT => 'cert.pem' , EventSslContext :: OPT_LOCAL_PK => 'privkey.pem' , //EventSslConte ...
-
https://man.plustar.jp/php/eventbufferevent.sslfilter.html
- [similar]
- Constructs EventHttpConnection object 8725
- « EventHttpConnection EventHttpConnection::getBase » PHP Manual EventHttpConnection Constructs E
...
tDnsBase $dns_base , string $address , int $port , EventSslContext $ctx = null ) Constructs EventHttpConnection objec ...
ss to connect to. port The port to connect to. ctx EventSslContext class object. Enables OpenSSL. 注意 : This paramet ...
entHttpConnection , Constructs , construct , ctx , EventSslContext , support , only , event , Returns , available ...
-
https://man.plustar.jp/php/eventhttpconnection.construct.html
- [similar]
- Creates a new SSL buffer event to send its data over an SSL on a socket 8168
- « EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates
...
ent::sslSocket ( EventBase $base , mixed $socket , EventSslContext $ctx , int $state , int $options = ? ): EventBuffe ...
ntBufferEvent::connectHost() method. ctx Object of EventSslContext class. state The current state of SSL connection: ...
-
https://man.plustar.jp/php/eventbufferevent.sslsocket.html
- [similar]
- Event 7837
- « CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス
...
rrorCallback — Set event listener's error callback EventSslContext — The EventSslContext class EventSslContext::__con ...
-
https://man.plustar.jp/php/book.event.html
- [similar]
- Set event listener's error callback 7802
- « EventListener::setCallback EventSslContext » PHP Manual EventListener Set event listener's err
...
-
https://man.plustar.jp/php/eventlistener.seterrorcallback.html
- [similar]
- その他のサービス 7802
- « var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL —
...
uest class EventListener — The EventListener class EventSslContext — The EventSslContext class EventUtil — The EventU ...
-
https://man.plustar.jp/php/refs.remote.other.html
- [similar]
- Constructs EventHttp object(the HTTP server) 7767
- « EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec
...
public EventHttp::__construct ( EventBase $base , EventSslContext $ctx = null ) Constructs the HTTP server object. パ ...
ラメータ base Associated event base. ctx EventSslContext class object. Turns plain HTTP server into HTTPS s ...
-
https://man.plustar.jp/php/eventhttp.construct.html
- [similar]