検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 235 for (0.007 sec.)
項目の値を減らす 11014
« Memcache::connect Memcache::delete » PHP Manual Memcache 目の値を減らす Memcache::decrement ... (PECL memcache >= 0.2.0) Memcache::decrement — 目の値を減らす 説明 Memcache::decrement ( string $ke ... value = 1 ): int | false Memcache::decrement() は、目の値を value だけ減らします。 Memcache::increment( ... ) と同様、目の現在の値が まず数値に変換されてから value を引き ... ます。 注意 : 目の新しい値をゼロより小さくすることはできません。 注 ...
https://man.plustar.jp/php/memcache.decrement.html - [similar]
項目の値を増やす 10523
« Memcache::getVersion Memcache::pconnect » PHP Manual Memcache 目の値を増やす Memcache::incre ... ent (PECL memcache >= 0.2.0) Memcache::increment — 目の値を増やす 説明 Memcache::increment ( string $ke ... value = 1 ): int | false Memcache::increment() は、目の値を value だけ増やします。 もし key に対応する値 ... lue となります。 Memcache::increment() は、指定した目が 存在しない場合に目を作成することは ありません ... 。 注意 : 圧縮して格納されている目に対して Memcache::increment() を使用しないでくださ ...
https://man.plustar.jp/php/memcache.increment.html - [similar]
現在の項目を取得する 9541
« APCUIterator::__construct APCUIterator::getTotalCount » PHP Manual APCUIterator 現在の目を取 ... (PECL apcu >= 5.0.0) APCUIterator::current — 現在の目を取得する 説明 public APCUIterator::current (): m ... ixed APCUIterator から現在の目を取得します。 パラメータ この関数にはパラメータは ... ありません。 戻り値 成功した場合に現在の目を返します。 もう目が存在しない場合や取得に失敗し ... 返します。 参考 APCUIterator::next() - ポインタを次の目に移動させる Iterator::current() - 現在の要素を返す ...
https://man.plustar.jp/php/apcuiterator.current.html - [similar]
既存項目の値を置換する 8897
« Memcache::pconnect Memcache::set » PHP Manual Memcache 既存目の値を置換する Memcache::replac ... e (PECL memcache >= 0.2.0) Memcache::replace — 既存目の値を置換する 説明 Memcache::replace ( string $ke ... ): bool Memcache::replace() は、 key に対応する既存目の値を置換するために使用します。 指定したキーに対応 ... する目がない場合は、 Memcache::replace() は false を返し ... ce() 関数を使用することも可能です。 パラメータ key 目に関連付けられたキー。 var 格納する値。文字列および ...
https://man.plustar.jp/php/memcache.replace.html - [similar]
サーバー上のすべての既存項目を消去する 8549
« Memcache::delete Memcache::get » PHP Manual Memcache サーバー上のすべての既存目を消去する Me ... = 1.0.0) Memcache::flush — サーバー上のすべての既存目を消去する 説明 Memcache::flush (): bool Memcache: ... :flush() は、すべての既存目を直ちに 無効にします。 Memcache::flush() は 実際に ... リソースを開放するわけではなく、単にすべての目に 有効期限切れのマークをつけるだけです。それらの ... 目が使用していた メモリは、新しい目で上書きされるようになります。 memcache_flush() 関 ...
https://man.plustar.jp/php/memcache.flush.html - [similar]
サーバーから項目を削除する 8160
« Memcache::decrement Memcache::flush » PHP Manual Memcache サーバーから目を削除する Memcache: ... memcache >= 0.2.0) Memcache::delete — サーバーから目を削除する 説明 Memcache::delete ( string $key , i ... = 0 ): bool Memcache::delete() は、 key に対応する目を削除します。 パラメータ key 削除したい目のキー ... = memcache_connect ( 'memcache_host' , 11211 ); /* 目をサーバーから削除します */ memcache_delete ( $mem ... データをサーバーに格納する Memcache::replace() - 既存目の値を置換する 関連キーワード: 削除 , Memcache , サ ...
https://man.plustar.jp/php/memcache.delete.html - [similar]
サーバーに項目を追加する 7966
« Memcache Memcache::addServer » PHP Manual Memcache サーバーに目を追加する Memcache::add (PEC ... L memcache >= 0.2.0) Memcache::add — サーバーに目を追加する 説明 Memcache::add ( string $key , mixe ... dd() 関数を使用することも可能です。 パラメータ key 目に関連付けられたキー。 var 格納する値。文字列および ... それ以外の型は シリアライズされて格納されます。 flag 目を圧縮して格納する場合に MEMCACHE_COMPRESSED を使用 ... します (zlib を使用します)。 expire 目の有効期限。ゼロの場合は有効期限なし (いつまでも有 ...
https://man.plustar.jp/php/memcache.add.html - [similar]
追加された添字の確認も含め、コールバック関数を用いて 配列の共通項を確認する 7915
« array_intersect_key array_intersect_ukey » PHP Manual 配列 関数 追加された添字の確認も含め、コ ... ールバック関数を用いて 配列の共通を確認する array_intersect_uassoc (PHP 5, PHP 7, PHP ... 添字の確認も含め、コールバック関数を用いて 配列の共通を確認する 説明 array_intersect_uassoc ( array $arra ... [b] => brown ) 参考 array_intersect() - 配列の共通を計算する array_intersect_assoc() - 追加された添字の ... 確認も含めて配列の共通を確認する array_uintersect_assoc() - データの比較に ...
https://man.plustar.jp/php/function.array-intersect-uassoc.html - [similar]
Memcache 7761
« LDAP\ResultEntry はじめに » PHP Manual その他のサービス Memcache Memcache はじめに インストール ... mcache — Memcache クラス Memcache::add — サーバーに目を追加する Memcache::addServer — コネクションプール ... サーバーへの接続をオープンする Memcache::decrement — 目の値を減らす Memcache::delete — サーバーから目を ... 削除する Memcache::flush — サーバー上のすべての既存目を消去する Memcache::get — サーバーから目を取得す ... — サーバーのバージョンを返す Memcache::increment — 目の値を増やす Memcache::pconnect — memcached サーバ ...
https://man.plustar.jp/php/book.memcache.html - [similar]
ポインタを次の項目に移動させる 7516
« APCUIterator::key APCUIterator::rewind » PHP Manual APCUIterator ポインタを次の目に移動させる ... apcu >= 5.0.0) APCUIterator::next — ポインタを次の目に移動させる 説明 public APCUIterator::next (): bo ... を返します。 参考 APCUIterator::current() - 現在の目を取得する APCUIterator::rewind() - イテレータを巻 ... む 関連キーワード: ポインタ , 移動 , APCUIterator , 目 , 次 , next , rewind , 要素 , パラメータ , 成功 ...
https://man.plustar.jp/php/apcuiterator.next.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT