検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 21 for CTX (0.012 sec.)
13040
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... rn; } } public function echoReadCallback ( $bev , $ctx ) { // Copy all the data from the input buffer to ... lic function echoEventCallback ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { e ... acceptConnCallback ( $listener , $fd , $address , $ctx ) { // We got a new connection! Set up a buffereve ... ; } public function accept_error_cb ( $listener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Go ...
https://man.plustar.jp/php/event.examples.html - [similar]
The EventSslContext class 12414
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... (PECL event >= 1.2.6-beta) はじめに Represents SSL_CTX structure. Provides methods and properties to conf ... ::SSLv2_CLIENT_METHOD SSLv2 client method. See SSL_CTX_new(3) man page. EventSslContext::SSLv3_CLIENT_MET ... HOD SSLv3 client method. See SSL_CTX_new(3) man page. EventSslContext::SSLv23_CLIENT_ME ... THOD SSLv23 client method. See SSL_CTX_new(3) man page. EventSslContext::TLS_CLIENT_METHO ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
Constructs EventHttpConnection object 10334
« EventHttpConnection EventHttpConnection::getBase » PHP Manual EventHttpConnection Constructs E ... e , string $address , int $port , EventSslContext $ctx = null ) Constructs EventHttpConnection object. パ ... ddress to connect to. port The port to connect to. ctx EventSslContext class object. Enables OpenSSL. 注意 ... バージョン 説明 PECL event 1.9.0 OpenSSL support ( ctx ) added. 関連キーワード: EventHttpConnection , Con ... structs , construct , ctx , EventSslContext , support , only , event , Retur ...
https://man.plustar.jp/php/eventhttpconnection.construct.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 9488
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Cr ... , EventBufferEvent $underlying , EventSslContext $ctx , int $state , int $options = 0 ): EventBufferEven ... erlying A socket buffer event to use for this SSL. ctx Object of EventSslContext class. state The current ... 256000 ; public function __construct () { $this -> ctx = new EventSslContext ( EventSslContext :: SSLv3_S ... $this -> base , [ $this , 'ev_accept' ], $this -> ctx , EventListener :: OPT_CLOSE_ON_FREE | EventListen ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
notification コンテキストパラメータ用のコールバック関数 8862
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... _transferred , " so far" ; break; } echo "\n" ; } $ctx = stream_context_create (); stream_context_set_par ... ams ( $ctx , array( "notification" => "stream_notification_ca ... get_contents ( "http://php.net/contact" , false , $ctx ); ?> 上の例の出力は、 たとえば以下のようになります ... et( $argv [ 1 ], $argv [ 2 ]) or usage ( $argv ); $ctx = stream_context_create (); stream_context_set_par ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
Constructs EventHttp object(the HTTP server) 8794
« EventHttp::bind EventHttp::removeServerAlias » PHP Manual EventHttp Constructs EventHttp objec ... ::__construct ( EventBase $base , EventSslContext $ctx = null ) Constructs the HTTP server object. パラメ ... ータ base Associated event base. ctx EventSslContext class object. Turns plain HTTP ser ... ver into HTTPS server. It means that if ctx is configured correctly, then the underlying buffe ... バージョン 説明 PECL event 1.9.0 OpenSSL support ( ctx ) added. 例 例1 Simple HTTP server <?php /* * Simp ...
https://man.plustar.jp/php/eventhttp.construct.html - [similar]
段階的なハッシュコンテキストを初期化する 8642
« hash_hmac hash_pbkdf2 » PHP Manual Hash 関数 段階的なハッシュコンテキストを初期化する hash_ini ... うになりました。 例 例1 段階的なハッシュの例 <?php $ctx = hash_init ( 'md5' ); hash_update ( $ctx , 'The q ... uick brown fox ' ); hash_update ( $ctx , 'jumped over the lazy dog.' ); echo hash_final ( ... $ctx ); ?> 上の例の出力は以下となります。 5c6ffbdd40d95 ...
https://man.plustar.jp/php/function.hash-init.html - [similar]
コンテキストのパラメータを取得する 8473
« stream_context_get_options stream_context_set_default » PHP Manual ストリーム 関数 コンテキスト ... text_get_params() の例 基本的な使用例です。 <?php $ctx = stream_context_create (); $params = array( "noti ... fication_callback" ); stream_context_set_params ( $ctx , $params ); var_dump ( stream_context_get_params ... ( $ctx )); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/function.stream-context-get-params.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 8405
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... n_meta が true になっている場合に有効です。 <?php $ctx = stream_context_create ([ 'ssl' => [ 'capture_ses ... le_get_contents ( 'https://google.com/' , FALSE , $ctx ); $meta = stream_context_get_options ( $ctx )[ 's ... _get_contents() を使うには TLS 1.0 以降が必要です $ctx = stream_context_create ([ 'ssl' => [ 'crypto_meth ... le_get_contents ( 'https://google.com/' , false , $ctx ); // TLS 1.1 あるいは 1.2 が必要です $ctx = strea ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
Creates new connection listener associated with an event base 8253
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listene ... rn; } } public function echoReadCallback ( $bev , $ctx ) { // Copy all the data from the input buffer to ... lic function echoEventCallback ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { e ... acceptConnCallback ( $listener , $fd , $address , $ctx ) { // We got a new connection! Set up a buffereve ... ; } public function accept_error_cb ( $listener , $ctx ) { $base = $this -> base ; fprintf ( STDERR , "Go ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
PREV 1 2 3 NEXT