update : 2015.11.03
php.shukuma.com검색:
|
Memcached::deleteByKey(PECL memcached >= 0.1.0) Memcached::deleteByKey — Delete an item from a specific server 설명
public bool Memcached::deleteByKey
( string
$server_key
, string $key
[, int $time = 0
] )
Memcached::deleteByKey() is functionally equivalent to
Memcached::delete(), except that the free-form
인수
반환값
성공 시 참고
|