array_fill_keys

Example

 array array_fill_keys ( array $keys , mixed $value ) 

Description

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

Return Values

Returns the filled array