Documentation

Session
in package

Table of Contents

Properties

$session_name  : mixed

Methods

close()  : mixed
createInstance()  : mixed
del()  : mixed
destroy()  : mixed
dump()  : mixed
get()  : mixed
has()  : mixed
set()  : mixed
start()  : mixed
unset()  : mixed

Properties

$session_name

private static mixed $session_name = null

Methods

close()

public static close() : mixed

createInstance()

public static createInstance(string $session_name) : mixed
Parameters
$session_name : string

del()

public static del(mixed $key) : mixed
Parameters
$key : mixed

destroy()

public static destroy() : mixed

get()

public static get(mixed $key[, mixed $default = null ]) : mixed
Parameters
$key : mixed
$default : mixed = null

has()

public static has(mixed $key) : mixed
Parameters
$key : mixed

set()

public static set(mixed $key, mixed $value) : mixed
Parameters
$key : mixed
$value : mixed

start()

public static start() : mixed

unset()

public static unset() : mixed

        
On this page

Search results