update : 2015.11.03
php.shukuma.com검색:
|
Memcache::getStats(PECL memcache >= 0.2.0) Memcache::getStats — Get statistics of the server 설명
array Memcache::getStats
([ string
$type
[, int $slabid
[, int $limit = 100
]]] )Memcache::getStats() returns an associative array with server's statistics. Array keys correspond to stats parameters and values to parameter's values. Also you can use memcache_get_stats() function. 인수
반환값
Returns an associative array of server statistics실패 시 참고
|