The SessionUpdateTimestampHandlerInterface interface

(PHP 7)

Wstęp

Krótki opis klasy

SessionUpdateTimestampHandlerInterface {
/* Metody */
abstract public updateTimestamp ( string $key , string $val ) : bool
abstract public validateId ( string $key ) : bool
}

Spis treści

add a note add a note

User Contributed Notes 1 note

up
2
Anonymous
4 years ago
There is a bit of documentation provided by Wu Xiancheng. See his comment in the SessionHandlerInterface section:
https://www.php.net/manual/en/class.sessionhandlerinterface.php#122032
To Top