A

Admin • 832.27K Points
Coach

Q. Which function returns an array of keys from an array?

  • (A) array_keys()
  • (B) array_values()
  • (C) array_flip()
  • (D) array_shift()
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

array_keys() returns all the keys of an array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.