php8.5
Home/ Manual/ session / sessionupdatetimestamphandlerinterface/ SessionUpdateTimestampHandlerInterface::updateTimestamp

SessionUpdateTimestampHandlerInterface::updateTimestamp

PHP function Edit on GitHub ✎

(PHP 7, PHP 8)

Update timestamp

Description

SessionUpdateTimestampHandlerInterface::updateTimestamp(string $id, string $data): bool

Updates the last modification timestamp of the session. This function is automatically executed when a session is updated.

Parameters

id

The session ID.

data

The session data. The serialized session data may be used to determine whether the session data has changed and therefore should be updated.

Return Values

Returns true if the timestamp was updated, false otherwise. Note that this value is returned internally to PHP for processing.

Source: reference/session/sessionupdatetimestamphandlerinterface/updatetimestamp.xml · from the official PHP manual (php/doc-en)