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