πŸ“Š 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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
86%
Success Rate