\LtStoreFile

Summary

Methods
Properties
Constants
init()
add()
del()
get()
update()
getFilePath()
$storeDir
$prefix
$useSerialize
$defaultStoreDir
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$storeDir

$storeDir

$prefix

$prefix

$useSerialize

$useSerialize

$defaultStoreDir

$defaultStoreDir

Methods

init()

init() : mixed

Returns

mixed —

add()

add(mixed  $key, mixed  $value) : bool

当key存在时: 如果没有过期, 不更新值, 返回 false 如果已经过期, 更新值, 返回 true

Parameters

mixed $key
mixed $value

Returns

bool —

del()

del(mixed  $key) : bool

删除不存在的key返回false

Parameters

mixed $key

Returns

bool —

get()

get(mixed  $key) : mixed

取不存在的key返回false 已经过期返回false

Parameters

mixed $key

Returns

mixed —

update()

update(mixed  $key, mixed  $value) : bool

key不存在 返回false 不管有没有过期,都更新数据

Parameters

mixed $key
mixed $value

Returns

bool —

getFilePath()

getFilePath(mixed  $key) : mixed

Parameters

mixed $key

Returns

mixed —