Class JSessionStorageApc

Description

APC session storage handler for PHP

Located in /libraries/joomla/session/storage/apc.php (line 20)

JSessionStorage
   |
   --JSessionStorageApc
Method Summary
 static boolean isSupported ()
 JSessionStorageApc __construct ([array $options = array()])
 boolean destroy (string $id)
 string read (string $id)
 boolean write (string $id, string $session_data)
Variables

Inherited Variables

Inherited from JSessionStorage

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

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 30)

Constructor

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

Redefinition of:
JSessionStorage::__construct()
Constructor
destroy (line 81)

Destroy the data for a particular session identifier in the SessionHandler backend.

  • return: True on success, false otherwise.
  • since: 11.1
  • access: public
boolean destroy (string $id)
  • string $id: The session identifier.

Redefinition of:
JSessionStorage::destroy()
Destroy the data for a particular session identifier in the SessionHandler backend.
read (line 50)

Read the data for a particular session identifier from the SessionHandler backend.

  • return: The session data.
  • since: 11.1
  • access: public
string read (string $id)
  • string $id: The session identifier.

Redefinition of:
JSessionStorage::read()
Read the data for a particular session identifier from the SessionHandler backend.
write (line 66)

Write session data to the SessionHandler backend.

  • return: True on success, false otherwise.
  • since: 11.1
  • access: public
boolean write (string $id, string $session_data)
  • string $id: The session identifier.
  • string $session_data: The session data.

Redefinition of:
JSessionStorage::write()
Write session data to the SessionHandler backend.

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 14:53:42 +0100 by phpDocumentor 1.4.3