(PHP 7)
SessionUpdateTimestampHandlerInterface::updateTimestamp — Update timestamp
$id
, string $data
) : boolUpdates the last modification timestamp of the session. This function is automatically executed when a session is updated.
idThe session ID.
dataThe session data.
Returns TRUE if the timestamp was updated, FALSE otherwise.
Note that this value is returned internally to PHP for processing.