|
Memcached::incrementIncrement numeric item's value Description
public int Memcached::increment
( string
$key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )
Memcached::increment increments a numeric item's value
by the specified Parameters
Return Values
Returns new item's value on success or Examples
Example #1 Memcached::increment example
<?php The above example will output: int(11) bool(false) See Also
|