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

Parameters

$database
$cache_key
$max_length

at line 36
array all()

获取所有

Return Value

array

at line 46
bool push(string $item)

入队

Parameters

string $item

Return Value

bool

at line 64
string shift()

弹出第一个

Return Value

string