PHP 인터페이스 Horde_Kolab_Session_Storage, 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.
파일 보기 프로젝트 열기: horde/horde 0 사용 예제들

공개 메소드들

메소드 설명
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