Skip to content

Add parameter for method 'getStats' #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

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
Contributor

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