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
JSessionStorageMemcache::__construct |
( |
|
$options = array() | ) |
|
Documentation des fonctions membres
JSessionStorageMemcache::_setExpire |
( |
|
$key | ) |
|
|
protected |
Set expire time on each call since memcache sets it on cache creation.
- Paramètres:
-
string | $key | Cache key to expire. |
- Renvoie:
- void
- Depuis:
- 11.1
Références $key.
JSessionStorageMemcache::close |
( |
| ) |
|
Close the SessionHandler backend.
- Renvoie:
- boolean True on success, false otherwise.
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::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.
JSessionStorageMemcache::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.
JSessionStorageMemcache::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 JSessionStorageMemcache::test |
( |
| ) |
|
|
static |
Test to see if the SessionHandler is available.
- Renvoie:
- boolean True on success, false otherwise.
Réimplémentée à partir de JSessionStorage.
JSessionStorageMemcache::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
JSessionStorageMemcache::$_compress = null |
|
private |
JSessionStorageMemcache::$_db |
|
private |
JSessionStorageMemcache::$_persistent = false |
|
private |
La documentation de cette classe a été générée à partir du fichier suivant :