[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

MemcachedSessionHandler:: (7 methods):
  __construct()
  open()
  close()
  read()
  write()
  destroy()
  gc()


Class: MemcachedSessionHandler  - X-Ref

MemcachedSessionHandler.

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

__construct(\Memcached $memcached, array $options = array()   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

param: \Memcached $memcached A \Memcached instance
param: array      $options   An associative array of Memcached options

open($savePath, $sessionName)   X-Ref
{@inheritdoc}


close()   X-Ref
{@inheritdoc}


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


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


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


gc($maxlifetime)   X-Ref
{@inheritdoc}




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1