Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

CoroutineMemorySessionHandler
in package
implements SessionHandlerInterface

Table of Contents

Interfaces

SessionHandlerInterface

Properties

$sessions  : array<int, array<string, array{data: string, last_access: int}>>

Methods

close()  : bool
destroy()  : bool
gc()  : int
open()  : bool
read()  : string
write()  : bool

Properties

Methods

open()

public open(mixed $savePath, mixed $sessionName) : bool
Parameters
$savePath : mixed
$sessionName : mixed
Return values
bool

write()

public write(mixed $sessionId, mixed $sessionData) : bool
Parameters
$sessionId : mixed
$sessionData : mixed
Return values
bool
On this page