This function takes two existing arrays and combines them into one array. Note that the first array must contain the key values that you want, while the second array must contain the values.
Syntax:
array_combine(name of the first array(keys), name of the second array(values))