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
Larabros
Elogram
Http
Sessions
DataStoreInterface
PHP Interface Larabros\Elogram\Http\Sessions\DataStoreInterface
See link:
https://github.com/larabros/elogram
Author:
Hassan Khan (
[email protected]
)
Mostra file
Open project: larabros/elogram
Interface Usage Examples
Public Methods
Method
Description
get
(
string
$key
) :
mixed
Get a value from a data store.
set
(
string
$key
,
mixed
$value
) :
void
Set a value in the data store.
Method Details
get()
public
method
Get a value from a data store.
public
get
(
string
$key
) :
mixed
$key
string
return
mixed
set()
public
method
Set a value in the data store.
public
set
(
string
$key
,
mixed
$value
) :
void
$key
string
$value
mixed
return
void