Database session storage handler for PHP
1.7.0 deprecated 466.
◆ 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
Références $db, $id, et $query.
◆ gc()
Garbage collect stale sessions from the SessionHandler backend.
- Paramètres
-
integer | $lifetime | The maximum age of a session. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
Références $db, et $query.
◆ 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
Références $db, $id, et $query.
◆ write()
Write session data to the SessionHandler backend.
- Paramètres
-
string | $id | The session identifier. |
string | $data | The session data. |
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 1.7.0
Références $data, $db, $id, et $query.
La documentation de cette classe a été générée à partir du fichier suivant :