Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 452 Bytes

0092.md

File metadata and controls

31 lines (24 loc) · 452 Bytes

Which of the following functions returns an array with all keys from input lowercased or uppercased?

  • A)
array_change_key_case()
  • B)
array_count_values()
  • C)
array_combine()
  • D)
array_chunk()
Answer

Answer: A