Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 464 Bytes

0105.md

File metadata and controls

31 lines (24 loc) · 464 Bytes

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