πŸ“Š PHP
Q. Which function is used to convert JSON string into PHP array?
  • (A) json_encode()
  • (B) json_decode()
  • (C) decode_json()
  • (D) json_to_array()
πŸ’¬ Discuss
βœ… Correct Answer: (B) json_decode()

Explanation: json_decode() converts JSON into PHP object or array.

Explanation by: Admin
json_decode() converts JSON into PHP object or array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
31
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
90%
Success Rate