(PHP 5 >= 5.4.0)
SessionHandlerInterface::close — Close the session
Closes the current session. This function is automatically executed when closing the session, or explicitly via session_write_close().
此函数没有参数。
The return value of the session storage (usually 0 on success, 1 on failure).