摘要: php array_splice 手册详解 array_splice — 把数组中的一部分去掉并用其它值取代 参数 input 输入的数组。 offset 如果 offset 为正,则从 input 数组中该值指定的偏移量开始移除。如果 offset 为负,则从 input 末尾倒数该值指定的偏移量 阅读全文
posted @ 2016-11-30 14:47 IT树 阅读(296) 评论(0) 推荐(0)