Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BaiduSessionStore
PHP Class BaiduSessionStore, thinksns
Inheritance:
extends
BaiduStore
Mostra file
Open project: medz/thinksns-4
Public Methods
Method
Description
__construct
(
$clientId
)
get
(
$key
,
$default
= false )
remove
(
$key
)
removeAll
( )
set
(
$key
,
$value
)
Method Details
__construct()
public
method
public
__construct
(
$clientId
)
get()
public
method
public
get
(
$key
,
$default
= false )
remove()
public
method
public
remove
(
$key
)
removeAll()
public
method
public
removeAll
( )
set()
public
method
public
set
(
$key
,
$value
)