array_values 配列の全ての値を返す &reftitle.description; arrayarray_values arrayinput array_values は、配列 input から全ての値を取り出し、数値添字をつけた配列を返します。 &reftitle.parameters; input 配列。 &reftitle.returnvalues; 数値添字の値の配列を返します。 &reftitle.examples; <function>array_values</function> の例 "XL", "color" => "gold"); print_r(array_values($array)); ?> ]]> &example.outputs; XL [1] => gold ) ]]> &reftitle.seealso; array_keys