[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Storage/Handler/ -> MemcachedSessionHandler.php (summary)

(no description)

File Size: 119 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MemcachedSessionHandler:: (8 methods):
  __construct()
  close()
  doRead()
  updateTimestamp()
  doWrite()
  doDestroy()
  gc()
  getMemcached()


Class: MemcachedSessionHandler  - X-Ref

Memcached based session storage handler based on the Memcached class
provided by the PHP memcached extension.

__construct(\Memcached $memcached, array $options = [])   X-Ref
Constructor.

List of available options:
* prefix: The prefix to use for the memcached keys in order to avoid collision
* expiretime: The time to live in seconds.


close()   X-Ref

return: bool

doRead($sessionId)   X-Ref
{@inheritdoc}


updateTimestamp($sessionId, $data)   X-Ref

return: bool

doWrite($sessionId, $data)   X-Ref
{@inheritdoc}


doDestroy($sessionId)   X-Ref
{@inheritdoc}


gc($maxlifetime)   X-Ref

return: bool

getMemcached()   X-Ref
Return a Memcached instance.

return: \Memcached



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1