<<< Previous question <<< Question ID#0105.md >>> Next question >>>
Which of the following methods fills an array with the value of the value parameter, using the values of the keys array as keys?
- A)
array_fill_keys()
- B)
array_flip()
- C)
array_filter()
- D)
array_fill()
Answer
Answer: A