array_fill_keys

 array array_fill_keys ( array $keys , mixed $value ) 

説明

Fills an array with the value of the value parameter, using the values of the keys array as keys.

戻り値

Returns the filled array