Skip to content

Conversation

@Timandes
Copy link
Contributor

Added one optional parameter type for method 'getStats'.
Example:

<?php
$m = new Memcached();
$m->addServer('localhost', 11211);
$r = $m->getStats();
var_dump($r);
$r = $m->getStats('settings');
var_dump($r);

( Old PR #264 )

@sodabrew sodabrew merged commit b15936c into php-memcached-dev:master Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants