検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 368 for stream (0.064 sec.)
認証サービス 4201
« openal_stream Radius » PHP Manual 関数リファレンス 認証サービス 認証サービス Radius はじめに イ ... 関連キーワード: 認証 , サービス , Radius , 関数 , stream , リファレンス , インストール , 設定 , 定義 , 定数 ...
https://man.plustar.jp/php/refs.remote.auth.html - [similar]
Sodium 4183
« password_verify はじめに » PHP Manual 暗号 Sodium Sodium はじめに インストール/設定 要件 インス ... — 認証付きの共有鍵による暗号化 sodium_crypto_secretstream_xchacha20poly1305_init_pull — 復号のためのシークレ ... リームのコンテキストを初期化する sodium_crypto_secretstream_xchacha20poly1305_init_push — 暗号化のために、シー ... リームのコンテキストを初期化する sodium_crypto_secretstream_xchacha20poly1305_keygen — ランダムなシークレットス ... トリームのキーを生成する sodium_crypto_secretstream_xchacha20poly1305_pull — 暗号化されたストリームから ...
https://man.plustar.jp/php/book.sodium.html - [similar]
圧縮フィルタ 4183
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... 字です。\n" ; $fp = fopen ( 'test.deflated' , 'w' ); stream_filter_append ( $fp , 'zlib.deflate' , STREAM_FILT ... 6" は、パラメータ "level" が 6 であるということ */ stream_filter_append ( $fp , 'zlib.deflate' , STREAM_FILT ... 。\n" ; $fp = fopen ( 'LICENSE.compressed' , 'w' ); stream_filter_append ( $fp , 'bzip2.compress' , STREAM_FI ...
https://man.plustar.jp/php/filters.compression.html - [similar]
inotify インスタンスを初期化する 4183
« inotify_add_watch inotify_queue_len » PHP Manual Inotify 関数 inotify インスタンスを初期化する ... ) でブロックせずに inotify 関数を使用できます // - stream_select() を $fd で使用します $read = array( $fd ); ... $write = null ; $except = null ; stream_select ( $read , $write , $except , 0 ); // - stre ... am_set_blocking() を $fd で使用します stream_set_blocking ( $fd , 0 ); inotify_read ( $fd ); // ...
https://man.plustar.jp/php/function.inotify-init.html - [similar]
次のlibxmlドキュメントの読込/書きこみのためにストリームコンテキストを設定する 4183
« libxml_set_external_entity_loader libxml_use_internal_errors » PHP Manual libxml 関数 次のlibx ... のためにストリームコンテキストを設定する libxml_set_streams_context (PHP 5, PHP 7, PHP 8) libxml_set_streams_ ... めにストリームコンテキストを設定する 説明 libxml_set_streams_context ( resource $context ): void 次のlibxmlドキ ... パラメータ context ストリームコンテキストリソース( stream_context_create() で作成) 戻り値 値を返しません。 例 ... 例1 libxml_set_streams_context() の例 <?php $opts = array( 'http' => arr ...
https://man.plustar.jp/php/function.libxml-set-streams-context.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 4183
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... true , "SNI_server_name" => $hostname , ); $ctx = stream_context_create ( array( "ssl" => $ssloptions ) ); ... $result = stream_socket_client ( "ssl:// $hostname :443" , $errno , ... $errstr , 30 , STREAM_CLIENT_CONNECT , $ctx ); $cont = stream_context_ge ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
新しい関数 4183
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しい関数 新しい関 ... 数 PHP コア stream_isatty() sapi_windows_vt100_support() SPL spl_obje ... rify_detached() sodium_crypto_sign() sodium_crypto_stream_keygen() sodium_crypto_stream_xor() sodium_crypto_ ...
https://man.plustar.jp/php/migration72.new-functions.html - [similar]
Sodium 関数 4183
« 定義済み定数 sodium_add » PHP Manual Sodium Sodium 関数 Sodium 関数 目次 sodium_add — 巨大な数 ... — 認証付きの共有鍵による暗号化 sodium_crypto_secretstream_xchacha20poly1305_init_pull — 復号のためのシークレ ... リームのコンテキストを初期化する sodium_crypto_secretstream_xchacha20poly1305_init_push — 暗号化のために、シー ... リームのコンテキストを初期化する sodium_crypto_secretstream_xchacha20poly1305_keygen — ランダムなシークレットス ... トリームのキーを生成する sodium_crypto_secretstream_xchacha20poly1305_pull — 暗号化されたストリームから ...
https://man.plustar.jp/php/ref.sodium.html - [similar]
SoapClient のコンストラクタ 4183
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... る場合、クライアント証明書の後に置く必要があります。 stream_context でも設定できます。 この場合、秘密鍵のファイ ... 認証で使う password と混同しないようにして下さい。 stream_context でも設定できます。 proxy_host string HTTPリ ... string リクエストをする際に User-Agent で使う値。 stream_context でも指定できます。 この値を指定しない場合、 ... の後に、 PHP_VERSION の値を付けたものを使います。 stream_context resource 追加のオプションを設定できる stre ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
Returns the most recent socket error 4157
« EventUtil::getLastSocketErrno EventUtil::getSocketFd » PHP Manual EventUtil Returns the most r ... t socket error. パラメータ socket Socket resource, stream or a file descriptor of a socket. 戻り値 Returns t ... getLastSocketErrno , Socket , descriptor , file , stream , resource ...
https://man.plustar.jp/php/eventutil.getlastsocketerror.html - [similar]