|
Memcache::getStatsmemcache_get_statsGet statistics of the server Description
arrayfalse Memcache::getStats(string
$type = ?, int $slabid = ?, int $limit = 100)arrayfalse memcache_get_stats(
Memcache $memcache ,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. Parameters
Return Values
Returns an associative array of server statistics or See Also
|