PHP Array 函数 ... 函数与array_slice() 函数类似,选择数组中的一系列元素,但不 返回,而是删除它们并用其它值代替。 ... array_splice(array,offset,length,array) ...
www.w3school.com.cn