array_fill_keys()
array_fill_keys - Fill an array with values, specifying keysSyntax
array array_fill_keys (array $keys, mixed $value)Arguments
- keys - Array of values that will be used as keys. Illegal values for key will be converted to string.
- value - Value to use for filling
