php雙向隊列

array_unshift(array,value)頭入隊push array_shift(array)頭出隊 array_pop(array)尾出隊 array_push(array,value)尾入隊
相關文章
相關標籤/搜索