Liste de tous les membres
Fonctions membres publiques statiques |
static | test () |
static | getInstance ($name= 'none', $options=array()) |
Additional Inherited Members |
static | $instances = array() |
Documentation des constructeurs et destructeur
JSessionStorageMemcached::__construct |
( |
|
$options = array() | ) |
|
Documentation des fonctions membres
JSessionStorageMemcached::_setExpire |
( |
|
$key | ) |
|
|
protected |
Set expire time on each call since memcached sets it on cache creation.
- Paramètres:
-
string | $key | Cache key to expire. |
- Renvoie:
- void
- Depuis:
- 11.1
Références $key.
JSessionStorageMemcached::close |
( |
| ) |
|
Close the SessionHandler backend.
- Renvoie:
- boolean True on success, false otherwise.
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcached::destroy |
( |
|
$id | ) |
|
Destroy the data for a particular session identifier in the SessionHandler backend.
- Paramètres:
-
string | $id | The session identifier. |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JSessionStorage.
Références $id.
JSessionStorageMemcached::gc |
( |
|
$maxlifetime = null | ) |
|
Garbage collect stale sessions from the SessionHandler backend.
– Not Applicable in memcached –
- Paramètres:
-
integer | $maxlifetime | The maximum age of a session. |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcached::open |
( |
|
$save_path, |
|
|
|
$session_name |
|
) |
| |
Open the SessionHandler backend.
- Paramètres:
-
string | $save_path | The path to the session object. |
string | $session_name | The name of the session. |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JSessionStorage.
Références $i, et $n.
JSessionStorageMemcached::read |
( |
|
$id | ) |
|
Read the data for a particular session identifier from the SessionHandler backend.
- Paramètres:
-
string | $id | The session identifier. |
- Renvoie:
- string The session data.
- Depuis:
- 11.1
Réimplémentée à partir de JSessionStorage.
Références $id.
static JSessionStorageMemcached::test |
( |
| ) |
|
|
static |
Test to see if the SessionHandler is available.
- Renvoie:
- boolean True on success, false otherwise.
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcached::write |
( |
|
$id, |
|
|
|
$session_data |
|
) |
| |
Write session data to the SessionHandler backend.
- Paramètres:
-
string | $id | The session identifier. |
string | $session_data | The session data. |
- Renvoie:
- boolean True on success, false otherwise.
- Depuis:
- 11.1
Réimplémentée à partir de JSessionStorage.
Références $id.
Documentation des données membres
JSessionStorageMemcached::$_compress = null |
|
private |
JSessionStorageMemcached::$_db |
|
private |
JSessionStorageMemcached::$_persistent = false |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :