検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 759 for KEY (0.146 sec.)
PKCS5 v2 の PBKDF2 文字列を生成する 3846
« openssl_open openssl_pkcs12_export_to_file » PHP Manual OpenSSL 関数 PKCS5 v2 の PBKDF2 文字列 ... sl_pbkdf2 ( string $password , string $salt , int $key_length , int $iterations , string $digest_algo = " ... se openssl_pbkdf2() 関数は、PBKDF2 (Password-Based Key Derivation Function 2 の略。PKCS5 v2 で定義されてい ... して、少なくとも64ビット(8バイト)を推奨しています。 key_length 出力されるキーの長さ iterations イテレーショ ... Re' ; $salt = openssl_random_pseudo_bytes ( 12 ); $keyLength = 40 ; $iterations = 10000 ; $generated_key ...
https://man.plustar.jp/php/function.openssl-pbkdf2.html - [similar]
エクスポート可能な形式で、キーをファイルに取得する 3846
« openssl_pkey_derive openssl_pkey_export » PHP Manual OpenSSL 関数 エクスポート可能な形式で、キ ... ーをファイルに取得する openssl_pkey_export_to_file (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP ... 8) openssl_pkey_export_to_file — エクスポート可能な形式で、キーをフ ... ァイルに取得する 説明 openssl_pkey_export_to_file ( OpenSSLAsymmetricKey | OpenSSLCer ... tificate | array | string $key , string $output_filename , ? string $passphrase = ...
https://man.plustar.jp/php/function.openssl-pkey-export-to-file.html - [similar]
現在のキーを取得する 3846
« IntlIterator::current IntlIterator::next » PHP Manual IntlIterator 現在のキーを取得する IntlIt ... erator::key (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlIterator::key... 現在のキーを取得する 説明 public IntlIterator::key (): mixed 警告 この関数は、 現在のところ詳細な情報 ... 戻り値 関連キーワード: キー , 取得 , IntlIterator , key , 関数 , パラメータ , next , public , 警告 , 情報 ...
https://man.plustar.jp/php/intliterator.key.html - [similar]
Returns any write errors that occurred 3846
« MongoDB\Driver\WriteResult::getWriteConcernError MongoDB\Driver\WriteResult::isAcknowledged » ... 5 (4) { ["message"]=> string(81) "E11000 duplicate key error collection: db.collection index: _id_ dup ke ... 5 (4) { ["message"]=> string(81) "E11000 duplicate key error collection: db.collection index: _id_ dup ke ... 6 (4) { ["message"]=> string(81) "E11000 duplicate key error collection: db.collection index: _id_ dup ke ... errors , Returns , occurred , WriteResult , int , key , collection , that , getWriteErrors ...
https://man.plustar.jp/php/mongodb-driver-writeresult.getwriteerrors.html - [similar]
consumerHandler コールバックを設定する 3846
« OAuthProvider::__construct OAuthProvider::generateToken » PHP Manual OAuthProvider consumerHan ... onsumer ( $provider ) { if ( $provider -> consumer_key === 'unknown' ) { return OAUTH_CONSUMER_KEY_UNKNOW ... N ; } else if( $provider -> consumer_key == 'blacklisted' || $provider -> consumer_key === ... 'throttled' ) { return OAUTH_CONSUMER_KEY_REFUSED ; } $provider -> consumer_secret = "the_co ...
https://man.plustar.jp/php/oauthprovider.consumerhandler.html - [similar]
現在の要素のキーを返す 3819
« CachingIterator::hasNext CachingIterator::next » PHP Manual CachingIterator 現在の要素のキーを ... 返す CachingIterator::key (PHP 5, PHP 7, PHP 8) CachingIterator::key — 現在の ... 要素のキーを返す 説明 public CachingIterator::key (): scalar 警告 この関数は、 現在のところ詳細な情報 ... ん。 関連キーワード: 要素 , キー , CachingIterator , key , 関数 , パラメータ , hasNext , next , public , sc ...
https://man.plustar.jp/php/cachingiterator.key.html - [similar]
EmptyIterator クラス 3819
« DirectoryIterator::valid EmptyIterator::current » PHP Manual イテレータ EmptyIterator クラス E ... r { /* メソッド */ public current (): never public key (): never public next (): void public rewind (): v ... rator::current — current() メソッド EmptyIterator::keykey() メソッド EmptyIterator::next — next() メソ ... 関連キーワード: クラス , メソッド , public , valid , key , next , rewind , never , DirectoryIterator , 概要 ...
https://man.plustar.jp/php/class.emptyiterator.html - [similar]
RecursiveArrayIterator クラス 3819
« ParentIterator::rewind RecursiveArrayIterator::getChildren » PHP Manual イテレータ RecursiveAr ... ayIterator::getFlags (): int public ArrayIterator::key (): string | int | null public ArrayIterator::ksor ... : void public ArrayIterator::offsetExists ( mixed $key ): bool public ArrayIterator::offsetGet ( mixed $k ... ): mixed public ArrayIterator::offsetSet ( mixed $key , mixed $value ): void public ArrayIterator::offse ... tUnset ( mixed $key ): void public ArrayIterator::rewind (): void publ ...
https://man.plustar.jp/php/class.recursivearrayiterator.html - [similar]
配列から現在のキーと値のペアを返して、カーソルを進める 3819
« current end » PHP Manual 配列 関数 配列から現在のキーと値のペアを返して、カーソルを進める each ... 4 つの要素を持つ配列で、 それぞれの要素は 0 , 1 , key , value というキーを有しています。 要素 0 と key... います。 Array ( [1] => bob [value] => bob [0] => 0 [key] => 0 ) <?php $foo = array( "Robert" => "Bob" , "S ... 。 Array ( [1] => Bob [value] => Bob [0] => Robert [key] => Robert ) 通常 each() は、配列の走査をするために ... => 'cranberry' ); reset ( $fruit ); while (list( $key , $val ) = each ( $fruit )) { echo " $key => $val ...
https://man.plustar.jp/php/function.each.html - [similar]
データを暗号化する 3819
« openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry ... 1 PHP 7.1以降で、AES を GCMモードで使う例 <?php //$key should have been previously generated in a cryptog ... ertext = openssl_encrypt ( $plaintext , $cipher , $key , $options = 0 , $iv , $tag ); //store $cipher, $i ... ntext = openssl_decrypt ( $ciphertext , $cipher , $key , $options = 0 , $iv , $tag ); echo $original_plai ... HP 7.1 より前のバージョンで、AES を使う例 <?php //$key previously generated safely, ie: openssl_random_ps ...
https://man.plustar.jp/php/function.openssl-encrypt.html - [similar]