array_values
返回数组中所有的值
&reftitle.description;
arrayarray_values
arrayarray
array_values 返回
input 数组中所有的值并给其建立数字索引。
&reftitle.parameters;
array
数组。
&reftitle.returnvalues;
返回含所有值的索引数组。
&reftitle.examples;
array_values 例子
"XL", "color" => "gold");
print_r(array_values($array));
?>
]]>
&example.outputs;
XL
[1] => gold
)
]]>
&reftitle.seealso;
array_keys
array_combine