検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 21 for CTX (0.008 sec.)
段階的なハッシュ処理を終了し、出来上がったダイジェストを返す 8253
« hash_file hash_hkdf » PHP Manual Hash 関数 段階的なハッシュ処理を終了し、出来上がったダイジェス ... るようになりました。 例 例1 hash_final() の例 <?php $ctx = hash_init ( 'sha1' ); hash_update ( $ctx , 'The ... x jumped over the lazy dog.' ); echo hash_final ( $ctx ); ?> 上の例の出力は以下となります。 c0854fb9fb03c ...
https://man.plustar.jp/php/function.hash-final.html - [similar]
アクティブなハッシュコンテキストに、オープンしているストリームから データを投入... 8169
« hash_update_file hash_update » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、オープ ... fox jumped over the lazy dog.' ); rewind ( $fp ); $ctx = hash_init ( 'md5' ); hash_update_stream ( $ctx , ... $fp ); echo hash_final ( $ctx ); ?> 上の例の出力は以下となります。 5c6ffbdd40d95 ...
https://man.plustar.jp/php/function.hash-update-stream.html - [similar]
Constructs an OpenSSL context for use with Event classes 8101
« EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w ... tions ) Creates SSL context holding pointer to SSL_CTX (see the system manual). パラメータ method One of ... 例1 EventSslContext::__construct() example <?php $ctx = new EventSslContext ( EventSslContext :: SSLv3_S ...
https://man.plustar.jp/php/eventsslcontext.construct.html - [similar]
Creates a new SSL buffer event to send its data over an SSL on a socket 8016
« EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates ... EventBase $base , mixed $socket , EventSslContext $ctx , int $state , int $options = ? ): EventBufferEven ... y means of EventBufferEvent::connectHost() method. ctx Object of EventSslContext class. state The current ...
https://man.plustar.jp/php/eventbufferevent.sslsocket.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 7323
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... ed" => true , "SNI_server_name" => $hostname , ); $ctx = stream_context_create ( array( "ssl" => $sslopti ... , $errno , $errstr , 30 , STREAM_CLIENT_CONNECT , $ctx ); $cont = stream_context_get_params ( $result ); ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
The EventBufferEvent class 7019
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... , EventBufferEvent $underlying , EventSslContext $ctx , int $state , int $options = 0 ): EventBufferEven ... EventBase $base , mixed $socket , EventSslContext $ctx , int $state , int $options = ? ): EventBufferEven ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
Returns most recent OpenSSL error reported on the buffer event 7019
« EventBufferEvent::setWatermark EventBufferEvent::sslFilter » PHP Manual EventBufferEvent Retur ... occurred function ssl_event_cb ( $bev , $events , $ctx ) { if ( $events & EventBufferEvent :: ERROR ) { / ...
https://man.plustar.jp/php/eventbufferevent.sslerror.html - [similar]
The EventHttp class 6934
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... c __construct ( EventBase $base , EventSslContext $ctx = null ) public removeServerAlias ( string $alias ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
The EventHttpConnection class 6934
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... e , string $address , int $port , EventSslContext $ctx = null ) public getBase (): EventBase public getPe ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
SSL コンテキストオプションの一覧 6545
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパ ... が使われます。 セキュリティレベルについては、 » SSL_CTX_get_security_level(3) に説明があります。 PHP 7.2.0 ...
https://man.plustar.jp/php/context.ssl.html - [similar]
PREV 1 2 3 NEXT