PHP数组中头部和尾部添加元素的方法(array_unshift,array_push) 对于数字索引数组来说,通过 array_push()函数向数组中尾部添加元素,array_unshift头部添加元素,需要的朋友可以参考下