array_values() 函数返回一个包含给定数组中全部键值的数组,但不保留键名。数组
array_values(array)
应用场景A:unset数组中的值会使索引错误,这个时候须要从新索引array_values函数