検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 37 for cas (0.012 sec.)
アイテムを比較して入れ替える 12186
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... Memcached::cas (PECL memcached >= 0.1.0) Memcached::cas — アイテム ... を比較して入れ替える 説明 public Memcached::cas ( float $cas_token , string $key , mixed $value , ... int $expiration = ? ): bool Memcached::cas() は「チェックして設定」という操作を行います。 アイ ... のアイテムの更新がなかった場合のみです。 チェックは cas_token パラメータを使用して行います。 これは一意な ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
古い値を新しい値に更新する 11949
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (P ... ECL apcu >= 4.0.0) apcu_cas — 古い値を新しい値に更新する 説明 apcu_cas ( strin ... g $key , int $old , int $new ): bool apcu_cas() は、既に保存されている整数値が old パラメータにマ ... を、失敗した場合に false を返します。 例 例1 apcu_cas() の例 <?php apcu_store ( 'foobar' , 2 ); echo '$f ... PHP_EOL ; echo '$foobar == 1 ? 2 : 1 = ' , ( apcu_cas ( 'foobar' , 1 , 2 ) ? 'ok' : 'fail' ), PHP_EOL ; ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]
複数のアイテムを要求する 10608
« Memcached::getByKey Memcached::getDelayedByKey » PHP Manual Memcached 複数のアイテムを要求する ... c Memcached::getDelayed ( array $keys , bool $with_cas = ? , callable $value_cb = ? ): bool Memcached::ge ... あるいは Memcached::fetchAll() をコールします。 with_cas が true の場合は CAS トークンの値もリクエストします ... できます。 パラメータ keys 要求するキーの配列。 with_cas CAS トークンの値も要求するかどうか。 value_cb resu ... { ["key"]=> string(3) "int" ["value"]=> int(99) ["cas"]=> float(2363) } [1]=> array(3) { ["key"]=> strin ...
https://man.plustar.jp/php/memcached.getdelayed.html - [similar]
アイテムを取得する 10355
« Memcached::flush Memcached::getAllKeys » PHP Manual Memcached アイテムを取得する Memcached::ge ... EXTENDED が指定されていた場合には、 そのアイテムの CAS トークンの値も返します。CAS トークンの使用法は Mem ... cached::cas() を参照ください。 Read-through キャッシュコールバ ... 御するフラグ。 Memcached::GET_EXTENDED を指定すると、CAS トークンも返すようになります。 戻り値 キャッシュに ... が設定されている場合は、キャッシュに格納された値と CAS トークンを含む配列を返します。 キーが存在しない場合 ...
https://man.plustar.jp/php/memcached.get.html - [similar]
複数のアイテムを取得する 10181
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... : v3.0 より前のバージョンでは、二番目のパラメータ &cas_tokens が存在して、見つかったアイテムの CAS トーク ... ンが書き込まれるようになっていました。 この &cas_tokens パラメータは memcached 拡張モジュールの v3. ... :GET_EXTENDED フラグで、 これを flags に指定すれば CAS トークンを得られます。 flags パラメータを使用して、 ... されることを保証します。 Memcached::GET_EXTENDED は、CAS トークンも含めて返すようにします。 パラメータ keys ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
Retrieve values from cache 10055
« Yac::flush Yac::__get » PHP Manual Yac Retrieve values from cache Yac::get (PECL yac >= 1.0.0) ... 説明 public Yac::get ( string | array $key , int &$cas = null ): mixed Retrieve values from cache パラメー ... タ key string keys, or array of multiple keys. cas if not null , it will be set to the retrieved item ... 's cas. 戻り値 mixed on success, false on failure 関連キー ... ワード: Retrieve , from , values , Yac , cas , string , array , key , not , success ...
https://man.plustar.jp/php/yac.get.html - [similar]
変数を古い値と比較して新しい値を代入する 9866
« wincache_ucache_add wincache_ucache_clear » PHP Manual WinCache 関数 変数を古い値と比較して新し ... い値を代入する wincache_ucache_cas (PECL wincache >= 1.1.0) wincache_ucache_cas — 変数 ... 値と比較して新しい値を代入する 説明 wincache_ucache_cas ( string $key , int $old_value , int $new_value ): ... した場合に false を返します。 例 例1 wincache_ucache_cas() の使用法 <?php wincache_ucache_set ( 'counter' , ... 2922 ); var_dump ( wincache_ucache_cas ( 'counter' , 2922 , 1 )); var_dump ( wincache_uca ...
https://man.plustar.jp/php/function.wincache-ucache-cas.html - [similar]
指定したサーバーでアイテムを比較して入れ替える 9692
« Memcached::cas Memcached::__construct » PHP Manual Memcached 指定したサーバーでアイテムを比較し ... て入れ替える Memcached::casByKey (PECL memcached >= 0.1.0) Memcached::casByKey ... アイテムを比較して入れ替える 説明 public Memcached::casByKey ( float $cas_token , string $server_key , str ... ed $value , int $expiration = ? ): bool Memcached::casByKey() は機能的に Memcached::cas() と同等です。しか ... ーバーに置き続けたいときなどに便利です。 パラメータ cas_token 既存のアイテムに割り当てたれた一意な値。memc ...
https://man.plustar.jp/php/memcached.casbykey.html - [similar]
Memcached クラス 8224
« セッションのサポート Memcached::add » PHP Manual Memcached Memcached クラス Memcached クラス ( ... r_key , string $key , string $value ): bool public cas ( float $cas_token , string $key , mixed $value , ... int $expiration = ? ): bool public casByKey ( float $cas_token , string $server_key , str ... mixed public getDelayed ( array $keys , bool $with_cas = ? , callable $value_cb = ? ): bool public getDel ... ey ( string $server_key , array $keys , bool $with_cas = ? , callable $value_cb = ? ): bool public getMul ...
https://man.plustar.jp/php/class.memcached.html - [similar]
Result コールバック 8224
« コールバック Read-through キャッシュコールバック » PHP Manual コールバック Result コールバック ... string(4) "key1" ["value"]=> string(6) "value1" ["cas"]=> float(49) } array(3) { ["key"]=> string(4) "ke ... y3" ["value"]=> string(6) "value3" ["cas"]=> float(50) } 関連キーワード: Result , string , ... key , Memcached , array , cas , valu , アイテム , float , getDelayedBykey ...
https://man.plustar.jp/php/memcached.callbacks.result.html - [similar]
PREV 1 2 3 4 NEXT