update : 2015.11.03
php.shukuma.com검색:
|
Memcached::getByKey(PECL memcached >= 0.1.0) Memcached::getByKey — Retrieve an item from a specific server 설명
public mixed Memcached::getByKey
( string
$server_key
, string $key
[, callable $cache_cb
[, float &$cas_token
]] )
Memcached::getByKey() is functionally equivalent to
Memcached::get(), except that the free-form
인수
반환값
Returns the value stored in the cache or 참고
|