PHP » array_fill_keys
Fill an array with values, specifying keys
| Parameters | Description |
|---|---|
| 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 |
Return Value: Returns the filled array


