検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 759 for key (0.031 sec.)
変数がユーザーキャッシュに存在するかどうかを調べる 3383
« wincache_ucache_delete wincache_ucache_get » PHP Manual WinCache 関数 変数がユーザーキャッシュ ... どうかを調べる 説明 wincache_ucache_exists ( string $key ): bool 指定したキーの変数がユーザーキャッシュに存 ... 在するかどうかを調べます。 パラメータ key 変数をキャッシュに格納するときに使ったキーの名前。 ... key は大文字小文字を区別します。 戻り値 指定したキーの ... ーザー , wincache , ucache , 存在 , exists , 取得 , key , キー ...
https://man.plustar.jp/php/function.wincache-ucache-exists.html - [similar]
ロケール ID のサブタグ要素を連想配列で返す 3383
« Locale::lookup Locale::setDefault » PHP Manual Locale ロケール ID のサブタグ要素を連想配列で返 ... Latn-IT-nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 例 ... Latn-IT-nedis' ); if ( $arr ) { foreach ( $arr as $key => $value ) { echo " $key : $value , " ; } } ?> 上 ...
https://man.plustar.jp/php/locale.parselocale.html - [similar]
アイテムに新しい有効期限を設定する 3383
« Memcached::setSaslAuthData Memcached::touchByKey » PHP Manual Memcached アイテムに新しい有効期 ... 限を設定する 説明 public Memcached::touch ( string $key , int $expiration ): bool Memcached::touch() は、指 ... 定したキーに新しい有効期限を設定します。 パラメータ key 値の格納先のキー。 expiration 期限切れとなるまでの ... ltCode() を使用しましょう。 参考 Memcached::touchByKey() - 指定したサーバー上のアイテムに新しい有効期限を ... 定する 関連キーワード: 設定 , Memcached , アイテム , key , expiration , キー , touchByKey , string , public ...
https://man.plustar.jp/php/memcached.touch.html - [similar]
要求されたインデックスが存在するかどうかを返す 3362
« ArrayObject::natsort ArrayObject::offsetGet » PHP Manual ArrayObject 要求されたインデックスが存 ... 返す 説明 public ArrayObject::offsetExists ( mixed $key ): bool パラメータ key 調べたいインデックス。 戻り ... ックス , 存在 , 要求 , ArrayObject , offsetExists , key , natsort , offsetGet , public , パラメータ ...
https://man.plustar.jp/php/arrayobject.offsetexists.html - [similar]
指定したインデックスの値を返す 3362
« ArrayObject::offsetExists ArrayObject::offsetSet » PHP Manual ArrayObject 指定したインデックス ... 値を返す 説明 public ArrayObject::offsetGet ( mixed $key ): mixed パラメータ key 値のインデックス。 戻り値 ... インデックス , ArrayObject , 指定 , 値 , offsetGet , key , offsetSet , public , offsetExists , パラメータ ...
https://man.plustar.jp/php/arrayobject.offsetget.html - [similar]
キーが指す DBA エントリを削除する 3362
« dba_close dba_exists » PHP Manual DBA 関数 キーが指す DBA エントリを削除する dba_delete (PHP 4 ... エントリを削除する 説明 dba_delete ( string | array $key , resource $dba ): bool dba_delete() は、指定された ... エントリを データベースから削除します。 パラメータ key 削除するエントリのキー。 dba dba_open() あるいは d ... キー , 削除 , DBA , データベース , exists , 挿入 , key , 確認 ...
https://man.plustar.jp/php/function.dba-delete.html - [similar]
匿名の公開鍵暗号による暗号化 3362
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... crypto_box_seal ( string $message , string $public_key ): string 受信側のみが復号できるやり方で、 メッセー ... す。 パラメータ message 暗号化するメッセージ public_key メッセージを復号できる鍵に対応する、公開鍵 戻り値 ... ります。 例 例1 sodium_crypto_box_seal() の例 <?php $keypair = sodium_crypto_box_keypair (); $public_key = ... sodium_crypto_box_publickey ( $keypair ); // Obfuscated plaintext to make the ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
署名済みのメッセージが、有効な署名を持っているかを調べる 3362
« sodium_crypto_sign_keypair sodium_crypto_sign_publickey_from_secretkey » PHP Manual Sodium 関数 ... ign_open ( string $signed_message , string $public_key ): string | false メッセージに付加された署名を検証 ... _crypto_sign() を使って署名されたメッセージ public_key Ed25519 形式の公開鍵 戻り値 成功時には、オリジナル ... odium , crypto , open , string , signed , public , key , from ...
https://man.plustar.jp/php/function.sodium-crypto-sign-open.html - [similar]
メッセージに署名する 3362
« sodium_crypto_sign_verify_detached sodium_crypto_stream_keygen » PHP Manual Sodium 関数 メッセ ... ium_crypto_sign ( string $message , string $secret_key ): string 秘密鍵を用いてメッセージに署名します。 こ ... さい。 パラメータ message 署名するメッセージ secret_key 秘密鍵。 sodium_crypto_sign_secretkey() を参照して ... ium , crypto , string , detached , 関数 , secret , key , 参照 ...
https://man.plustar.jp/php/function.sodium-crypto-sign.html - [similar]
秘密鍵と nonce を、疑似ランダムなバイト列の鍵ストリームに展開する 3362
« sodium_crypto_stream_xchacha20_xor sodium_crypto_stream_xor » PHP Manual Sodium 関数 秘密鍵と ... _xchacha20 ( int $length , string $nonce , string $key ): string key と nonce を 疑似ランダムなバイト列の ... length バイト列の長さ。 nonce 24バイト長の nonce。 key 秘密鍵。 sodium_crypto_stream_xchacha20_keygen() に ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xchacha20.html - [similar]