|
|||||||
|
|
Memcache::replace(no version information, might be only in CVS) Memcache::replace -- Replace value of the existing itemDescriptionbool Memcache::replace ( string key, mixed var [, int flag [, int expire]])Memcache::replace() should be used to replace value of existing item with key. In case if item with such key doesn't exists, Memcache::replace() returns FALSE. For the rest Memcache::replace() behaves similarly to Memcache::set(). Also you can use memcache_replace() function. See example below. 成功した場合に TRUE 、失敗した場合に FALSE を返します。 See also Memcache::set(), Memcache::add(). | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP マニュアル". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |