検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 759 for key (0.092 sec.)
現在のキーを取得する 4508
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを ... 取得する AppendIterator::key (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::key ... — 現在のキーを取得する 説明 public AppendIterator::key (): scalar 現在のキーを取得します。 パラメータ この ... 外の場合は null を返します。 例 例1 AppendIterator::key() の基本的な例 <?php $array_a = new ArrayIterator ... while ( $iterator -> valid ()) { echo $iterator -> key () . ' ' . $iterator -> current () . PHP_EOL ; $it ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
指定した暗号のキーの長さを得る 4508
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... る mcrypt_get_key_size (PHP 4, PHP 5, PHP 7 < 7.2.0, PECL mcrypt >= ... 1.0.0) mcrypt_get_key_size — 指定した暗号のキーの長さを得る 警告 この関数 ... 関数に頼らないことを強く推奨します。 説明 mcrypt_get_key_size ( int $cipher ): int | false mcrypt_get_key_s ... x あるいは 2.5.x とリンクした場合です。 mcrypt_get_key_size() は、 cipher で(暗号化モードとあわせて)指定し ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
カスタムビューエンジンを設定する 4488
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... ptPath ( $tmplPath ); } foreach ( $extraParams as $key => $value ) { $this -> _smarty -> $key = $value ; ... * 変数をテンプレートに代入する * * @param string $key 変数名 * @param mixed $val 変数の値 * @return void ... */ public function __set ( $key , $val ) { $this -> _smarty -> assign ( $key , $va ... () による確認をできるようにする * * @param string $key * @return boolean */ public function __isset ( $ke ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
RecursiveCachingIterator クラス 4460
« RecursiveArrayIterator::hasChildren RecursiveCachingIterator::__construct » PHP Manual イテレー ... ILD = 16 ; const int CachingIterator::TOSTRING_USE_KEY = 2 ; const int CachingIterator::TOSTRING_USE_CURR ... Iterator::hasNext (): bool public CachingIterator::key (): scalar public CachingIterator::next (): void p ... ublic CachingIterator::offsetExists ( string $key ): bool public CachingIterator::offsetGet ( string ... $key ): mixed public CachingIterator::offsetSet ( strin ...
https://man.plustar.jp/php/class.recursivecachingiterator.html - [similar]
キャッシュのキーに関する詳細な情報を取得する 4460
« apcu_inc apcu_sma_info » PHP Manual APCu 関数 キャッシュのキーに関する詳細な情報を取得する apc ... u_key_info (No version information available, might only ... be in Git) apcu_key_info — キャッシュのキーに関する詳細な情報を取得する ... 説明 apcu_key_info ( string $key ): ? array キャッシュのキーに関 ... する詳細な情報を取得します。 パラメータ key キャッシュのキー 戻り値 キャッシュのキーに関する、 ...
https://man.plustar.jp/php/function.apcu-key-info.html - [similar]
Get log detail by level, log_path, key_word, start, limit, order 4419
« SeasLog::analyzerCount SeasLog::closeLoggerStream » PHP Manual SeasLog Get log detail by level ... , log_path, key_word, start, limit, order SeasLog::analyzerDetail ... nalyzerDetail — Get log detail by level, log_path, key_word, start, limit, order 説明 public static SeasL ... l ( string $level , string $log_path = ? , string $key_word = ? , int $start = ? , int $limit = ? , int $ ... g` get results of `grep -ai '{level}' | grep -ai '{key_word}' | sed -n '{start},{limit}'p` use system pip ...
https://man.plustar.jp/php/seaslog.analyzerdetail.html - [similar]
認証付きの共有鍵による暗号化 4399
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... retbox ( string $message , string $nonce , string $key ): string 対称(共有)鍵を使い、メッセージを暗号化し ... って) ランダムな値を生成するのに十分大きな長さです。 key 暗号化キー(256ビット) 戻り値 暗号化された文字列を返 ... なっている場合、 SodiumException がスローされます。 key の長さが、 SODIUM_CRYPTO_SECRETBOX_KEYBYTES (32 バ ... 例 例1 sodium_crypto_secretbox() の例 <?php // The $key must be kept confidential $key = sodium_crypto_sec ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]
配列のすべてのキーの大文字小文字を変更する 4372
« 配列 関数 array_chunk » PHP Manual 配列 関数 配列のすべてのキーの大文字小文字を変更する array_ ... change_key_case (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_c ... hange_key_case — 配列のすべてのキーの大文字小文字を変更する ... 説明 array_change_key_case ( array $array , int $case = CASE_LOWER ): ar ... 場合は E_WARNING が発生します。 例 例1 array_change_key_case() の例 <?php $input_array = array( "FirSt" => ...
https://man.plustar.jp/php/function.array-change-key-case.html - [similar]
Creates a new instance 4351
« Ds\Pair::clear Ds\Pair::copy » PHP Manual Pair Creates a new instance Ds\Pair::__construct (PE ... instance 説明 public Ds\Pair::__construct ( mixed $key = ? , mixed $value = ? ) Creates a new instance us ... ing a given key and value . パラメータ key The key. value The valu ... ーワード: Creates , new , instance , Pair , a , Ds , key , construct , copy , public ...
https://man.plustar.jp/php/ds-pair.construct.html - [similar]
認証付きの共有鍵による復号 4351
« sodium_crypto_secretbox_keygen sodium_crypto_secretbox » PHP Manual Sodium 関数 認証付きの共有 ... pen ( string $ciphertext , string $nonce , string $key ): string | false 対称(共有)鍵を使い、暗号化された ... って) ランダムな値を生成するのに十分大きな長さです。 key 暗号化キー(256ビット) 戻り値 成功時には、復号した文 ... なっている場合、 SodiumException がスローされます。 key の長さが、 SODIUM_CRYPTO_SECRETBOX_KEYBYTES (32 バ ... sodium_crypto_secretbox_open() の例 <?php // The $key must be kept confidential $key = random_bytes ( SO ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox-open.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT