Memcache.increment

Increment the value of the object associated with the specified key by the offset given. The resulting value is saved in the value parameter.

@paramin key key of object in server whose value to increment @paramin offset amount to increment object's value by @paramout value store the result of the increment here @return true on success; false otherwise

class Memcache
bool
increment
(
string key
,
uint offset
,
ulong* value
)

Meta