APC session storage handler for PHP
1.7.0 deprecated 464.
◆ __construct()
__construct |
( |
|
$options = array() | ) |
|
Constructor
- Paramètres
-
array | $options | Optional parameters |
- Depuis
- 1.7.0
- Exceptions
-
Références $options.
◆ 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 $id.
◆ isSupported()
Test to see if the SessionHandler is available.
- Renvoie
- boolean True on success, false otherwise.
- Depuis
- 3.0.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
Références $id.
◆ 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
Références $id.
La documentation de cette classe a été générée à partir du fichier suivant :