Which PHP function is used to convert the request into an object?
Options:
Explanation:
The PHP function
json_decode() is used to convert the request into an object.
Tags:
JSON
Answer:
Which PHP function is used to convert the request into an object json_decode().