[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

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


Class: MemcacheSessionHandler  - X-Ref

MemcacheSessionHandler.

__construct(\Memcache $memcache, array $options = array()   X-Ref
Constructor.

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

param: \Memcache $memcache A \Memcache instance
param: array     $options  An associative array of Memcache 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