PHP Класс Horde_Kolab_Session_Storage_Session, 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: implements Horde_Kolab_Session_Storage
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
load ( ) : array Load the session information.
save ( array $session_data ) : null Save the session information.

Описание методов

load() публичный Метод

Load the session information.
public load ( ) : array
Результат array The session data or an empty array if no information was found.

save() публичный Метод

Save the session information.
public save ( array $session_data ) : null
$session_data array The session data that should be stored.
Результат null