array_fill_keys
Fill an array with values, specifying keys
&reftitle.description;
arrayarray_fill_keys
arraykeys
mixedvalue
Fills an array with the
value of the value parameter, using the
values of the keys array as keys.
&reftitle.parameters;
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
&reftitle.returnvalues;
Returns the filled array
&reftitle.examples;
array_fill_keys example
]]>
&example.outputs;
banana
[5] => banana
[10] => banana
[bar] => banana
)
]]>
&reftitle.seealso;
array_fill
array_combine