検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 304 for init (0.017 sec.)
ランダムなハッシュキーを生成する 5044
« sodium_crypto_generichash_init sodium_crypto_generichash_update » PHP Manual Sodium 関数 ランダ ... rypto , generichash , keygen , 関数 , パラメータ , init ...
https://man.plustar.jp/php/function.sodium-crypto-generichash-keygen.html - [similar]
定義済み定数 5044
« リソース型 HashContext » PHP Manual Hash 定義済み定数 定義済み定数 以下の定数が定義されています ... ている場合のみ使用可能です。 HASH_HMAC ( int ) hash_init() のオプションのフラグです。 現在のハッシュコンテキ ... digest , HMAC , コンテキスト , ハッシュ , フラグ , init ...
https://man.plustar.jp/php/hash.constants.html - [similar]
文字セットオブジェクトを返す 5044
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 この関数は、 ... arset() の例 オブジェクト指向型 <?php $db = mysqli_init (); $db -> real_connect ( "localhost" , "root" , " ... -> get_charset ()); ?> 手続き型 <?php $db = mysqli_init (); mysqli_real_connect ( $db , "localhost" , "roo ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
使用可能な辞書の一覧を返す 4988
« enchant_broker_init enchant_broker_request_dict » PHP Manual Enchant 関数 使用可能な辞書の一覧 ... の詳細を返します。 パラメータ broker enchant_broker_init() によって返される Enchant ブローカー。 戻り値 使用 ... 能なすべての辞書を表示する <?php $r = enchant_broker_init (); $dicts = enchant_broker_list_dicts ( $r ); pri ...
https://man.plustar.jp/php/function.enchant-broker-list-dicts.html - [similar]
暗号化のためのキーを追加する 4988
« gnupg_adddecryptkey gnupg_addsignkey » PHP Manual GnuPG 関数 暗号化のためのキーを追加する gnup ... g $fingerprint ): bool パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 fin ... き型の gnupg_addencryptkey() の例 <?php $res = gnupg_init (); gnupg_addencryptkey ( $res , "8660281B6051D071 ...
https://man.plustar.jp/php/function.gnupg-addencryptkey.html - [similar]
キーを削除する 4988
« gnupg_decryptverify gnupg_encrypt » PHP Manual GnuPG 関数 キーを削除する gnupg_deletekey (PECL ... $allow_secret ): bool パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 key ... 手続き型の gnupg_deletekey() の例 <?php $res = gnupg_init (); gnupg_deletekey ( $res , "8660281B6051D071D94B ...
https://man.plustar.jp/php/function.gnupg-deletekey.html - [similar]
関数が失敗した場合にエラー文字列を返す 4988
« gnupg_getengineinfo gnupg_geterrorinfo » PHP Manual GnuPG 関数 関数が失敗した場合にエラー文字列 ... $identifier ): string パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 戻り ... 手続き型の gnupg_geterror() の例 <?php $res = gnupg_init (); echo gnupg_geterror ( $res ); ?> 例2 オブジェク ...
https://man.plustar.jp/php/function.gnupg-geterror.html - [similar]
CURLFile オブジェクトを作る 4931
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... ILES); ?> */ // cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オ ... ILES); ?> */ // cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オ ... ードする例 オブジェクト指向型 <?php $request = curl_init ( 'http://www.example.com/upload.php' ); curl_seto ... st ); 手続き型 <?php // procedural $request = curl_init ( 'http://www.example.com/upload.php' ); curl_seto ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
復号のためのキーを追加する 4931
« GnuPG 関数 gnupg_addencryptkey » PHP Manual GnuPG 関数 復号のためのキーを追加する gnupg_adddec ... ng $passphrase ): bool パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 fin ... き型の gnupg_adddecryptkey() の例 <?php $res = gnupg_init (); gnupg_adddecryptkey ( $res , "8660281B6051D071 ...
https://man.plustar.jp/php/function.gnupg-adddecryptkey.html - [similar]
署名のためのキーを追加する 4931
« gnupg_addencryptkey gnupg_cleardecryptkeys » PHP Manual GnuPG 関数 署名のためのキーを追加する ... passphrase = ? ): bool パラメータ identifier gnupg_init() あるいは gnupg のコールで得られた gnupg ID。 fin ... 続き型の gnupg_addsignkey() の例 <?php $res = gnupg_init (); gnupg_addsignkey ( $res , "8660281B6051D071D94 ...
https://man.plustar.jp/php/function.gnupg-addsignkey.html - [similar]