说明


array_values ( array ​​$array​​ ) : array


array_values() 返回 ​​input​​ 数组中所有的值并给其建立数字索引。​



参数

 

​array​

数组。


 



返回值

返回含所有值的索引数组。