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
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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