Q. Which function is used to convert JSON string into PHP array?
β
Correct Answer: (B)
json_decode()
Explanation: json_decode() converts JSON into PHP object or array.