\Framework\SessionFileSessionHandler

Summary

Methods
Properties
Constants
__construct()
setSavePath()
setPrefix()
open()
close()
read()
write()
destroy()
gc()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
getSessionFile()
$savePath
$setPrefix
N/A

Properties

$savePath

$savePath : string

Type

string

$setPrefix

$setPrefix : string

Type

string

Methods

__construct()

__construct() : mixed

Returns

mixed —

setSavePath()

setSavePath(string  $savePath) : void

Parameters

string $savePath

setPrefix()

setPrefix(string  $setPrefix) : void

Parameters

string $setPrefix

open()

open(string  $savePath, string  $sessionName) : bool

Parameters

string $savePath
string $sessionName

Returns

bool —

close()

close() : bool

Returns

bool —

read()

read(string  $id) : string

Parameters

string $id

Returns

string —

write()

write(string  $id, string  $data) : bool

Parameters

string $id
string $data

Returns

bool —

destroy()

destroy(string  $id) : bool

Parameters

string $id

Returns

bool —

gc()

gc(int  $maxlifetime) : int

Parameters

int $maxlifetime

Returns

int —

getSessionFile()

getSessionFile(string  $id) : string

Parameters

string $id

Returns

string —