|
|||||||
|
|
Memcache::incrementDescriptionint Memcache::increment ( string key [, int value])Memcache::increment() increments value of the item on the specified value. If item with key key was not numeric and cannot be converted to number, it will change it's value to value. Parameter value is optional. It's default value is 1.
Also you can use memcache_increment() function. See example below. Memcache::increment() returns new item's value on success or FALSE on failure. Memcache::increment() does not create an item if it didn't exist. See also Memcache::decrement(), Memcache::replace(). | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Manuale PHP". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |