PHP » GoLang |
login |
register |
about
|
GoLang Memcached::getOption
request it (368)
GoLang replacement for PHP's Memcached::getOption
[edit | history]
Memcached::getOption(PECL memcached >= 0.1.0) Memcached::getOption — Retrieve a Memcached option value Description
This method returns the value of a Memcached Parameters
Return Values
Returns the value of the requested option, or Examples
Example #1 Retrieving Memcached options
<?php The above example will output something similar to: bool(true) int(1000) |
more
Recently updated
more
Most requested
more
Last requests
|