(PECL memcached >= 0.1.0)
Memcached::getOption — Retrieve a Memcached option value
public Memcached::getOption ( int $option ) : mixed
This method returns the value of a Memcached option
. Some options correspond to the ones defined by libmemcached, and some are specific to the extension. See Memcached Constants for more information.
option
One of the Memcached::OPT_*
constants.
Returns the value of the requested option, or false
on error.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/memcached.getoption.php