PHP 클래스 Horde_SessionHandler_Storage_Hashtable, horde

부터: 2.2.0
저자: Michael Slusarz ([email protected])
상속: extends Horde_SessionHandler_Storage
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_hash Horde_HashTable HashTable object.
$_id string Current session ID.
$_trackID string The ID used for session tracking.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
close ( )
destroy ( $id )
gc ( $maxlifetime = 300 )
getSessionIDs ( )
open ( $save_path = null, $session_name = null )
read ( $id )
trackGC ( ) Do garbage collection for session tracking information.
write ( $id, $session_data )

보호된 메소드들

메소드 설명
_getTrackIds ( ) : array Get the tracking IDs.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Parameters:
  - hashtable: (Horde_HashTable) [REQUIRED] A Horde_HashTable object.
  - track: (boolean) Track active sessions?

_getTrackIds() 보호된 메소드

Get the tracking IDs.
protected _getTrackIds ( ) : array
리턴 array Tracking IDs.

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 )

trackGC() 공개 메소드

Do garbage collection for session tracking information.
public trackGC ( )

write() 공개 메소드

public write ( $id, $session_data )

프로퍼티 상세

$_hash 보호되어 있는 프로퍼티

HashTable object.
protected Horde_HashTable $_hash
리턴 Horde_HashTable

$_id 보호되어 있는 프로퍼티

Current session ID.
protected string $_id
리턴 string

$_trackID 보호되어 있는 프로퍼티

The ID used for session tracking.
protected string $_trackID
리턴 string