$memcached
$memcached : \Memcached
MemcachedSessionHandler.
Memcached based session storage handler based on the Memcached class provided by the PHP memcached extension.
__construct(\Memcached $memcached, array $options = array())
Constructor.
List of available options:
Memcached | $memcached |
A Memcached instance |
array | $options |
An associative array of Memcached options |
When unsupported options are passed
Documentation created by phpDocumentor