update : 2015.11.03
php.shukuma.com검색:
|
Memcached::replaceByKey(PECL memcached >= 0.1.0) Memcached::replaceByKey — Replace the item under an existing key on a specific server 설명
public bool Memcached::replaceByKey
( string
$server_key
, string $key
, mixed $value
[, int $expiration
] )
Memcached::replaceByKey() is functionally equivalent to
Memcached::replace(), except that the free-form
인수
반환값
성공 시 참고
|