A

Admin • 828.03K Points
Coach

Q. Which PHP function converts JSON into an associative array?

  • (A) json_encode()
  • (B) json_decode($json, true)
  • (C) json_parse()
  • (D) decode_json()
  • Correct Answer - Option(B)
  • Views: 3
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
Second parameter true returns an associative array.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.