update : 2015.11.03
php.shukuma.com검색:
|
Memcached::incrementByKey(PECL memcached >= 2.0.0) Memcached::incrementByKey — Increment numeric item's value, stored on a specific server 설명
public int Memcached::incrementByKey
( string
$server_key
, string $key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )
Memcached::incrementByKey() increments a numeric item's value
by the specified 인수
반환값
Returns new item's value on success실패 시 참고
|