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
Horde_Core_Data_Storage
PHP Class Horde_Core_Data_Storage, horde
Author:
Michael Slusarz (
[email protected]
)
Inheritance:
implements
Horde_Data_Storage
Mostra file
Open project: horde/horde
Public Methods
Method
Description
__construct
( )
Constructor.
clear
( )
exists
(
$key
)
get
(
$key
)
set
(
$key
,
$value
= null )
Private Methods
Method
Description
_hkey
(
$key
) :
string
Return the hash key to use.
Method Details
__construct()
public
method
Constructor.
public
__construct
( )
clear()
public
method
public
clear
( )
exists()
public
method
public
exists
(
$key
)
get()
public
method
public
get
(
$key
)
set()
public
method
public
set
(
$key
,
$value
= null )