session_reset

(PHP 5 >= 5.6.0, PHP 7)

session_resetRe-initialize session array with original values

Beschreibung

session_reset ( void ) : bool

session_reset() reinitializes a session with original values stored in session storage. This function requires an active session and discards changes in $_SESSION.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Changelog

Version Beschreibung
7.2.0 The return type of this function is bool now. Formerly, it has been void.

Siehe auch