Class JSessionStorageMemcache

Description

Memcache session storage handler for PHP

  • since: 11.1

Located in /libraries/joomla/session/storage/memcache.php (line 19)

JSessionStorage
   |
   --JSessionStorageMemcache
Method Summary
 static boolean isSupported ()
 JSessionStorageMemcache __construct ([array $options = array()])
 void register ()
Variables

Inherited Variables

Inherited from JSessionStorage

JSessionStorage::$instances
Methods
static isSupported (line 70)

Test to see if the SessionHandler is available.

  • return: True on success, false otherwise.
  • since: 12.1
  • access: public
static boolean isSupported ()

Redefinition of:
JSessionStorage::isSupported()
Test to see if the SessionHandler is available.
Constructor __construct (line 29)

Constructor

  • since: 11.1
  • throws: RuntimeException
  • access: public
JSessionStorageMemcache __construct ([array $options = array()])
  • array $options: Optional parameters.

Redefinition of:
JSessionStorage::__construct()
Constructor
register (line 57)

Register the functions of this class with PHP's session handler

  • since: 12.2
  • access: public
void register ()

Redefinition of:
JSessionStorage::register()
Register the functions of this class with PHP's session handler

Inherited Methods

Inherited From JSessionStorage

 JSessionStorage::__construct()
 JSessionStorage::close()
 JSessionStorage::destroy()
 JSessionStorage::gc()
 JSessionStorage::getInstance()
 JSessionStorage::isSupported()
 JSessionStorage::open()
 JSessionStorage::read()
 JSessionStorage::register()
 JSessionStorage::test()
 JSessionStorage::write()

Documentation generated on Tue, 19 Nov 2013 15:07:44 +0100 by phpDocumentor 1.4.3