php双向队列

array_unshift(array,value)头入队push array_shift(array)头出队 array_pop(array)尾出队 array_push(array,value)尾入队
相关文章
相关标签/搜索