parent root
PHP: SessionUpdateTimestampHandlerInterface - Manual
PHP 7.2.23 Release Announcement

The SessionUpdateTimestampHandlerInterface interface

(PHP 7)

Introduction

Class synopsis

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

Table of Contents

add a noteadd a note

User Contributed Notes

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