Custom session storage handler for PHP
1.7.0 deprecated 472.
◆ __construct()
__construct |
( |
|
$options = array() | ) |
|
Constructor
- Paramètres
-
array | $options | Optional parameters. |
- Depuis
- 1.7.0
Références $options.
◆ close()
Close the SessionHandler backend.
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
◆ destroy()
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
- 1.7.0
◆ gc()
gc |
( |
|
$maxlifetime = null | ) |
|
Garbage collect stale sessions from the SessionHandler backend.
- Paramètres
-
integer | $maxlifetime | The maximum age of a session. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
◆ isSupported()
Test to see if the SessionHandler is available.
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 3.0.0
◆ open()
open |
( |
|
$savePath, |
|
|
|
$sessionName |
|
) |
| |
Open the SessionHandler backend.
- Paramètres
-
string | $savePath | The path to the session object. |
string | $sessionName | The name of the session. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
◆ read()
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
- 1.7.0
◆ register()
Register the functions of this class with PHP's session handler
- Renvoie
- void
- Depuis
- 1.7.0
◆ test()
◆ write()
write |
( |
|
$id, |
|
|
|
$sessionData |
|
) |
| |
Write session data to the SessionHandler backend.
- Paramètres
-
string | $id | The session identifier. |
string | $sessionData | The session data. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
◆ $instances
La documentation de cette classe a été générée à partir du fichier suivant :