PHP数组中头部和尾部添加元素的方法(array_unshift,array_push) 对于数字索引数组来说,通过array_push()函数向数组中添加元素。array_push()函数将数组当成一 尾部