検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 759 for KEY (0.038 sec.)
RecursiveIteratorIterator クラス 2987
« RecursiveFilterIterator::hasChildren RecursiveIteratorIterator::beginChildren » PHP Manual イテ ... ? int $level = null ): ? RecursiveIterator public key (): mixed public next (): void public nextElement ... サブイテレータを取得する RecursiveIteratorIterator::key — 現在のキーにアクセスする RecursiveIteratorIterat ...
https://man.plustar.jp/php/class.recursiveiteratoriterator.html - [similar]
SeekableIterator インターフェイス 2987
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... ublic Iterator::current (): mixed public Iterator::key (): mixed public Iterator::next (): void public It ... -> array [ $this -> position ]; } public function key () { return $this -> position ; } public function ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
SplPriorityQueue クラス 2987
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス ... sCorrupted (): bool public isEmpty (): bool public key (): int public next (): void public recoverFromCor ... pty — キューが空かどうかを調べる SplPriorityQueue::key — 現在のノードのインデックスを返す SplPriorityQueu ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
変数が宣言されていること、そして null とは異なることを検査する 2987
« is_string print_r » PHP Manual 変数操作 関数 変数が宣言されていること、そして null とは異なるこ ... を行いたい場合、次を試してみること: var_dump ( array_key_exists ( 'hello' , $a )); // TRUE // 配列の深い要素 ... ar_dump (isset( $expected_array_got_string [ 'some_key' ])); var_dump (isset( $expected_array_got_string ... 定数が存在するかどうかを調べる PHP 型の比較表 array_key_exists() - 指定したキーまたは添字が配列にあるかどう ...
https://man.plustar.jp/php/function.isset.html - [similar]
暗号化されたテキストが、有効なタグを持っているかを調べる 2987
« sodium_crypto_aead_chacha20poly1305_encrypt sodium_crypto_aead_chacha20poly1305_ietf_encrypt » ... string $additional_data , string $nonce , string $key ): string | false ChaCha20-Poly1305 を用いてメッセ ... ジごとに一度だけ使われる数値。 長さは12バイトです。 key 暗号化キー(256ビット) 戻り値 成功時にプレーンテキス ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-ietf-dec... - [similar]
XChaCha20-Poly1305 を用いてメッセージを検証し、復号する(AEADモードのうちもっとも... 2987
« sodium_crypto_aead_chacha20poly1305_keygen sodium_crypto_aead_xchacha20poly1305_ietf_encrypt » ... string $additional_data , string $nonce , string $key ): string | false ChaCha20-Poly1305 (eXtended-nonc ... って) ランダムな値を生成するのに十分大きな長さです。 key 暗号化キー(256ビット) 戻り値 成功時にプレーンテキス ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-de... - [similar]
XChaCha20-Poly1305 を使って暗号化し、認証を行う(AEADモードのうちもっとも好ましい... 2987
« sodium_crypto_aead_xchacha20poly1305_ietf_decrypt sodium_crypto_aead_xchacha20poly1305_ietf_key ... string $additional_data , string $nonce , string $key ): string XChaCha20-Poly1305 (eXtended-nonce バリア ... って) ランダムな値を生成するのに十分大きな長さです。 key 暗号化キー(256ビット) 戻り値 成功時に、暗号化された ...
https://man.plustar.jp/php/function.sodium-crypto-aead-xchacha20poly1305-ietf-en... - [similar]
数値アイテムの値を増やす 2987
« Memcached::getVersion Memcached::incrementByKey » PHP Manual Memcached 数値アイテムの値を増やす ... を増やす 説明 public Memcached::increment ( string $key , int $offset = 1 , int $initial_value = 0 , int $ ... t() は値を initial_value に設定します。 パラメータ key 増やしたいアイテムのキー。 offset 値を増やしたい量 ... ) - 数値アイテムの値を減らす Memcached::decrementByKey() - 指定したサーバー上にある数値アイテムの値を減ら ... す Memcached::incrementByKey() - 指定したサーバー上にある数値アイテムの値を増や ...
https://man.plustar.jp/php/memcached.increment.html - [similar]
既存のアイテムの前にデータを付加する 2987
« Memcached::isPristine Memcached::prependByKey » PHP Manual Memcached 既存のアイテムの前にデータ ... を付加する 説明 public Memcached::prepend ( string $key , string $value ): bool Memcached::prepend() は、指 ... データを付加することはできないからです。 パラメータ key データを先頭に付加したいアイテムのキー。 value 先頭 ... ります。 string(6) "defabc" 参考 Memcached::prependByKey() - 指定したサーバーで既存のアイテムの前にデータを ...
https://man.plustar.jp/php/memcached.prepend.html - [similar]
現在のエントリが配列あるいはオブジェクトである場合に、そのイテレータを返す 2987
« RecursiveArrayIterator RecursiveArrayIterator::hasChildren » PHP Manual RecursiveArrayIterator ... 表示します foreach ( $iterator -> getChildren () as $key => $value ) { echo $key . ' : ' . $value . "\n" ; ...
https://man.plustar.jp/php/recursivearrayiterator.getchildren.html - [similar]