Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Lime
Session
PHP Class Lime\Session
Inheritance:
extends
Helper
Show file
Open project: aheinze/lime
Public Properties
Property
Type
Description
$name
Protected Properties
Property
Type
Description
$initialized
Public Methods
Method
Description
delete
(
$key
)
destroy
( )
init
(
$sessionname
= null )
read
(
$key
,
$default
= null )
write
(
$key
,
$value
)
Method Details
delete()
public
method
public
delete
(
$key
)
destroy()
public
method
public
destroy
( )
init()
public
method
public
init
(
$sessionname
= null )
read()
public
method
public
read
(
$key
,
$default
= null )
write()
public
method
public
write
(
$key
,
$value
)
Property Details
$initialized
protected property
protected
$initialized
$name
public property
public
$name