PHP Класс Horde_SessionHandler_Storage_Stack, horde

This driver allows for use of caching backends on top of persistent backends, for example. Copyright 2010-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.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_SessionHandler_Storage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_stack array Stack of storage objects.

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

Метод Описание
__construct ( array $params = [] ) Constructor.
close ( )
destroy ( $id )
gc ( $maxlifetime = 300 )
getSessionIDs ( )
open ( $save_path = null, $session_name = null )
read ( $id )
write ( $id, $session_data )

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

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

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
stack - (array) [REQUIRED] A list of storage objects to loop
        through, in order of priority. The last entry is considered
        the "master" server.

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

public close ( )

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

public destroy ( $id )

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

public gc ( $maxlifetime = 300 )

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

public getSessionIDs ( )

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

public open ( $save_path = null, $session_name = null )

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

public read ( $id )

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

public write ( $id, $session_data )

Описание свойств

$_stack защищенное свойство

Stack of storage objects.
protected array $_stack
Результат array