SessionUpdateTimestampHandlerInterface::updateTimestamp
(PHP 7, PHP 8)
SessionUpdateTimestampHandlerInterface::updateTimestamp — Update timestamp
说明
Updates the last modification timestamp of the session. This function is automatically executed when a session is updated.
参数
id-
The session ID.
data-
The session data.