ArrayDriver
class ArrayDriver implements SessionHandlerInterface (View source)
Traits
Methods
bool
close()
Close the session handling
bool
destroy(string $id)
Destroy session information
int|false
gc(int $max_lifetime)
Garbage collector
bool
open(string $path, string $name)
When the session start
string
read(string $id)
Read the session information
bool
write(string $id, string $data)
Write session information
Details
bool
close()
Close the session handling
bool
destroy(string $id)
Destroy session information
int|false
gc(int $max_lifetime)
Garbage collector
bool
open(string $path, string $name)
When the session start
string
read(string $id)
Read the session information
bool
write(string $id, string $data)
Write session information