PHPDaemon\Clients\Memcache\Pool::stats PHP Method

stats() public method

Gets a statistics
public stats ( callable $onResponse, string $server = null ) : void
$onResponse callable Callback called when the request complete
$server string Server
return void
    public function stats($onResponse, $server = null)
    {
        $this->requestByServer($server, 'stats' . "\r\n", $onResponse);
    }