摘要: array_unique() 函数移除数组中的重复的值,并返回结果数组。当几个数组元素的值相等时,只保留第一个元素,其他的元素被删除。返回的数组中键名不变。 阅读全文
posted @ 2015-04-24 21:42 todaytoday 阅读(362) 评论(0) 推荐(0) 编辑