PHP 인터페이스 SessionHandlerInterface, TastyIgniter

Provides forward compatibility with PHP 5.4 Extensive documentation can be found at php.net, see links:
또한 보기: http://php.net/sessionhandlerinterface
또한 보기: http://php.net/session.customhandler
또한 보기: http://php.net/session-set-save-handler
저자: Drak ([email protected])
파일 보기 프로젝트 열기: tastyigniter/tastyigniter 0 사용 예제들

공개 메소드들

메소드 설명
close ( )
destroy ( $session_id )
gc ( $maxlifetime )
open ( $save_path, $name )
read ( $session_id )
write ( $session_id, $session_data )

메소드 상세

close() 공개 메소드

public close ( )

destroy() 공개 메소드

public destroy ( $session_id )

gc() 공개 메소드

public gc ( $maxlifetime )

open() 공개 메소드

public open ( $save_path, $name )

read() 공개 메소드

public read ( $session_id )

write() 공개 메소드

public write ( $session_id, $session_data )