PHP Interface Horde_Kolab_Session_Storage, horde
Copyright 2009-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Afficher le fichier
Open project: horde/horde
Interface Usage Examples
Méthodes publiques
Méthode |
Description |
|
load ( ) : array |
Load the session information. |
|
save ( array $session_data ) : null |
Save the session information. |
|
Method Details
Load the session information.
public load ( ) : array |
Résultat |
array |
The session data or an empty array if no information was
found. |
Save the session information.
public save ( array $session_data ) : null |
$session_data |
array |
The session data that should be stored. |
Résultat |
null |
|