[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

(no description)

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

Defines 1 class

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


Class: MemcacheSessionHandler  - X-Ref


__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}


getMemcache()   X-Ref
Return a Memcache instance.

return: \Memcache



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1