検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 304 for Init (0.005 sec.)
公開鍵サブシステムを初期化する 6249
« ssh2_publickey_add ssh2_publickey_list » PHP Manual SSH2 関数 公開鍵サブシステムを初期化する s ... sh2_publickey_init (PECL ssh2 >= 0.10) ssh2_publickey_init — 公開鍵サ ... ブシステムを初期化する 説明 ssh2_publickey_init ( resource $session ): resource | false すでに接続 ... ブシステムをサポートしていない場合、 ssh2_publickey_init() 関数は false を返します。 パラメータ session 戻り ... サブシステム , publickey , 認証 , 初期 , サーバー , init , 関数 , 管理 , list , resource ...
https://man.plustar.jp/php/function.ssh2-publickey-init.html - [similar]
要求を満たすブローカーオブジェクトを作成する 6192
« enchant_broker_get_error enchant_broker_list_dicts » PHP Manual Enchant 関数 要求を満たすブロー ... カーオブジェクトを作成する enchant_broker_init (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL enchant >= 0.1 ... .0 ) enchant_broker_init — 要求を満たすブローカーオブジェクトを作成する 説明 ... enchant_broker_init (): EnchantBroker | false パラメータ 戻り値 成功し ... , 要求 , オブジェクト , 作成 , enchant , broker , init , リソース , バージョン , 成功 ...
https://man.plustar.jp/php/function.enchant-broker-init.html - [similar]
キーをインポートする 6192
« gnupg_gettrustlist gnupg_init » PHP Manual GnuPG 関数 キーをインポートする gnupg_import (PECL ... の情報を配列で返します。 パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 key ... 手続き型の gnupg_import() の例 <?php $res = gnupg_init (); $info = gnupg_import ( $res , $keydata ); prin ... > 関連キーワード: キー , import , 関数 , keydata , init , identifier , 処理 , 情報 , 配列 , コール ...
https://man.plustar.jp/php/function.gnupg-import.html - [similar]
Initialize the weights using Widrow + Nguyen’s algorithm 6136
« fann_get_training_algorithm fann_length_train_data » PHP Manual Fann 関数 Initialize the weigh ... ts using Widrow + Nguyen's algorithm fann_init_weights (PECL fann >= 1.0.0) fann_init_weights — I ... eights using Widrow + Nguyen's algorithm 説明 fann_init_weights ( resource $ann , resource $train_data ): ... bool Initialize the weights using Widrow + Nguyen's algorith ... e cases can be less efficient than a purely random initialization. The algorithm requires access to the ra ...
https://man.plustar.jp/php/function.fann-init-weights.html - [similar]
データを復号する 6136
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... 暗号化ハンドルを初期化します */ if ( mcrypt_generic_init ( $td , $key , $iv ) != - 1 ) { /* データを暗号化し ... pt_generic ( $td , $plain_text ); mcrypt_generic_deinit ( $td ); /* 復号のため、バッファを再度初期化します ... */ mcrypt_generic_init ( $td , $key , $iv ); $p_t = mdecrypt_generic ( $t ... d , $c_t ); /* 後始末をします */ mcrypt_generic_deinit ( $td ); mcrypt_module_close ( $td ); } if ( strnc ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
指定したパターンに一致するすべてのキーについての情報を配列で返す 6023
« gnupg_init gnupg_listsignatures » PHP Manual GnuPG 関数 指定したパターンに一致するすべてのキー ... ring $pattern ): array パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 pat ... 手続き型の gnupg_keyinfo() の例 <?php $res = gnupg_init (); $info = gnupg_keyinfo ( $res , 'test' ); print ... ーン , キー , 一致 , 情報 , 配列 , 指定 , keyinfo , init , identifier , pattern ...
https://man.plustar.jp/php/function.gnupg-keyinfo.html - [similar]
待機中のイベントがある場合に正の数を返す 6023
« inotify_init inotify_read » PHP Manual Inotify 関数 待機中のイベントがある場合に正の数を返す i ... ックされません。 パラメータ inotify_instance inotify_init() が返すリソース 戻り値 待機中のイベントがある場合 ... に正の数を返します。 参考 inotify_init() - inotify インスタンスを初期化する stream_select ... 連キーワード: inotify , 待機 , イベント , ブロック , init , read , queue , ストリーム , instance , stream ...
https://man.plustar.jp/php/function.inotify-queue-len.html - [similar]
ハッシュ値を計算する 6023
« sodium_crypto_core_ristretto255_sub sodium_crypto_generichash_init » PHP Manual Sodium 関数 ハ ... ドです。 パラメータ state sodium_crypto_generichash_init() から返されたハッシュステート。 length 出力の長さ ... _bytes ( 16 )]; $state = sodium_crypto_generichash_init ( '' , 32 ); foreach ( $messages as $message ) { s ... , crypto , sodium , generichash , final , string , init , length , ハッシュ , 出力 ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-final.html - [similar]
認証済み公開鍵を追加する 6023
« ssh2_poll ssh2_publickey_init » PHP Manual SSH2 関数 認証済み公開鍵を追加する ssh2_publickey_a ... を使用してください。 パラメータ pkey ssh2_publickey_init() が作成した、 公開鍵サブシステムのリソース。 algo ... h2 , 'jdoe' , 'password' ); $pkey = ssh2_publickey_init ( $ssh2 ); $keyblob = base64_decode ( ' AAAAB3NzaC ... omment' => "John's Key" )); ?> 参考 ssh2_publickey_init() - 公開鍵サブシステムを初期化する ssh2_publickey_ ... る 関連キーワード: 認証 , publickey , 追加 , 属性 , init , サブシステム , string , algoname , overwrite , サ ...
https://man.plustar.jp/php/function.ssh2-publickey-add.html - [similar]
cURL ハンドルのセットを閉じる 5976
« curl_multi_add_handle curl_multi_errno » PHP Manual cURL 関数 cURL ハンドルのセットを閉じる cu ... ットを閉じます。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 戻り値 値を返しませ ... す。 <?php // cURL リソースを作成します $ch1 = curl_init (); $ch2 = curl_init (); // URL およびその他適切な ... マルチ cURL ハンドルを作成します $mh = curl_multi_init (); // ふたつのハンドルを追加します curl_multi_add ... h2 ); curl_multi_close ( $mh ); ?> 参考 curl_multi_init() - 新規 cURL マルチハンドルを返す curl_close() - ...
https://man.plustar.jp/php/function.curl-multi-close.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT