$stack :
add( $key, $value)
del( $key)
get( $key)
update( $key, $value) : boolean
key不存在返回false
Loading…