Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Metaphore
Store
ValueStoreInterface
PHP Interface Metaphore\Store\ValueStoreInterface
ファイルを表示
Open project: sobstel/metaphore
Public Methods
Method
Description
delete
(
$key
) :
boolean
get
(
$key
) :
mixed
set
(
$key
,
$value
,
$ttl
) :
boolean
Method Details
delete()
public
method
public
delete
(
$key
) :
boolean
return
boolean
get()
public
method
public
get
(
$key
) :
mixed
return
mixed
set()
public
method
public
set
(
$key
,
$value
,
$ttl
) :
boolean
return
boolean