Re-initialize session array with original values (original) (raw)

session_reset

(PHP 5 >= 5.6.0, PHP 7)

session_reset — Re-initialize session array with original values

Description

session_reset ( void ) : bool

Return Values

Returns TRUE on success or FALSE on failure.

Changelog

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

See Also