Q. Which PHP function creates an array using one array for keys and another for values?
β
Correct Answer: (C)
array_combine()
Explanation: array_combine() combines keys and values.