検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 23 for peer (0.002 sec.)
SSL コンテキストオプションの一覧 14092
« FTP コンテキストオプション CURL コンテキストオプション » PHP Manual コンテキストオプションとパ ... スポート用のコンテキストオプションです。 オプション peer_name string 使用するピア名。省略した場合は、ストリ ... に使ったホスト名をもとに、名前を推測します。 verify_peer bool SSL サーバー証明書の検証を要求するかどうか。 ... デフォルトは true です。 verify_peer_name bool ピア名の検証を要求するかどうか。 デフォル ... d bool 自己証明の証明書を許可するかどうか。 verify_peer が必要です。 デフォルトは false です。 cafile stri ...
https://man.plustar.jp/php/context.ssl.html - [similar]
Gets the remote address and port associated with the connection 11578
« EventHttpConnection::getBase EventHttpConnection::makeRequest » PHP Manual EventHttpConnection ... ciated with the connection EventHttpConnection::getPeer (PECL event >= 1.2.6-beta) EventHttpConnection::ge ... tPeer — Gets the remote address and port associated with ... the connection 説明 public EventHttpConnection::getPeer ( string &$address , int &$port ): void Gets the r ... h the connection パラメータ address Address of the peer. port Port of the peer. 戻り値 値を返しません。 関 ...
https://man.plustar.jp/php/eventhttpconnection.getpeer.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 11042
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... e = "news.php.net" ; $ssloptions = array( "capture_peer_cert" => true , "capture_peer_cert_chain" => true ... gned" => false , "CN_match" => $hostname , "verify_peer" => true , "SNI_enabled" => true , "SNI_server_nam ... $result ); $x509 = $cont [ "options" ][ "ssl" ][ "peer_certificate" ]; $certparsed = openssl_x509_parse ( ... $x509 ); foreach( $cont [ "options" ][ "ssl" ][ "peer_certificate_chain" ] as $chaincert ) { $chainparse ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
The EventSslContext class 9182
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... t OPT_ALLOW_SELF_SIGNED = 6 ; const int OPT_VERIFY_PEER = 7 ; const int OPT_VERIFY_DEPTH = 8 ; const int O ... f-signed certificates. EventSslContext::OPT_VERIFY_PEER Key for an item of the options' array used in Even ... t() . Represents option that tells Event to verify peer. EventSslContext::OPT_VERIFY_DEPTH Key for an item ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
Constructor for the SolrClient object 8646
« SolrClient::commit SolrClient::deleteById » PHP Manual SolrClient Constructor for the SolrClie ... file holding one or more CA certificates to verify peer with) - ssl_capath (Name of directory holding mult ... iple CA certificates to verify peer with ) Please note the if the ssl_cert file only c ...
https://man.plustar.jp/php/solrclient.construct.html - [similar]
The ZMQ class 8428
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... ded REQ socket that load balances to all connected peers ZMQ::SOCKET_XPUB Similar to SOCKET_PUB, except yo ... M Used to send and receive TCP data from a non-ØMQ peer. Available if compiled against ZeroMQ 4.x or highe ... messages ØMQ shall queue in memory for any single peer that the specified socket is communicating with. S ... set the maximum length of the queue of outstanding peer connections for the specified socket; this only ap ...
https://man.plustar.jp/php/class.zmq.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 8428
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... $pkt = stream_socket_recvfrom ( $socket , 1 , 0 , $peer ); echo " $peer \n" ; stream_socket_sendto ( $sock ... et , date ( "D M j H:i:s Y\r\n" ), 0 , $peer ); } while ( $pkt !== false ); ?> 注意 注意 : 数値 ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 8428
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... おすすめできませんが、 コンテキストオプション verify_peer を false にしてリクエストでのピア証明書の検証を無効 ... じく、ピア名の検証も、コンテキストオプション verify_peer_name を false にすれば無効化できます。 証明書のフィ ... キスト に二つのオプションが追加されました。 capture_peer_cert はピアの X.509 証明書を取り込み、 peer_finger ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
stream_socket_server で作られたソケットの接続を受け入れる 8311
« stream_set_write_buffer stream_socket_client » PHP Manual ストリーム 関数 stream_socket_server ... ource $socket , ? float $timeout = null , string &$peer_name = null ): resource | false 以前に stream_sock ... ルトでは、 default_socket_timeout の値が使われます。 peer_name 接続元のクライアントの名前 (アドレス) が含まれ ...
https://man.plustar.jp/php/function.stream-socket-accept.html - [similar]
Constructs an OpenSSL context for use with Event classes 7993
« EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w ... E => "echo server" , EventSslContext :: OPT_VERIFY_PEER => true , EventSslContext :: OPT_ALLOW_SELF_SIGNED ...
https://man.plustar.jp/php/eventsslcontext.construct.html - [similar]
PREV 1 2 3 NEXT