update : 2015.11.03
php.shukuma.com

검색:
 
 
Initialize session

SessionHandlerInterface::open

(PHP 5 >= 5.4.0)

SessionHandlerInterface::openInitialize session

설명

abstract public bool SessionHandlerInterface::open ( string $save_path , string $name )

Re-initialize existing session, or creates a new one. Called when a session starts or when session_start() is invoked.

인수

save_path

The path where to store/retrieve the session.

name

The session name.

반환값

반환 값(보통 성공 시 TRUE, 실패 시 FALSE). 이 값은 처리를 위해 내부적으로 PHP로 반환되는 점에 주의하십시오.

참고