Skip to content

Conversation

@Timandes
Copy link
Contributor

Added one optional parameter args 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);

@sodabrew
Copy link
Collaborator

sodabrew commented Jan 20, 2017

I like this! Could I ask you to rebase to master branch (the php7 branch is merged to master now) and to also add the optional parameter to the memcached-api.php doc file?

@Timandes
Copy link
Contributor Author

See #298

@Timandes Timandes closed this 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