RdsList
class RdsList
Methods
__construct($database = 'default', $cache_key, $max_length = 0)
No description
array
all()
获取所有
bool
push(string $item)
入队
string
shift()
弹出第一个
Details
at line 25
__construct($database = 'default', $cache_key, $max_length = 0)
No description
at line 36
array
all()
获取所有
at line 46
bool
push(string $item)
入队
at line 64
string
shift()
弹出第一个