A

Admin • 828.03K Points
Coach

Q. Which function returns an array of array keys?

  • (A) array_keys()
  • (B) get_keys()
  • (C) keys()
  • (D) array_values()
  • Correct Answer - Option(A)
  • Views: 10
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
array_keys() returns all the keys from an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.