parent root
PHP: SessionUpdateTimestampHandlerInterface::updateTimestamp - Manual

SessionUpdateTimestampHandlerInterface::updateTimestamp

(PHP 7)

SessionUpdateTimestampHandlerInterface::updateTimestampUpdate timestamp

Description

abstract public SessionUpdateTimestampHandlerInterface::updateTimestamp ( string $key , string $val ) : bool

Warning

This function is currently not documented; only its argument list is available.

Parameters

key

val

Return Values

Returns TRUE if the timestamp was updated, FALSE otherwise.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root