Q. Which PHP function sends a JSON response header?
β
Correct Answer: (C)
header('Content-Type: application/json')
Explanation: This sets the response content type to JSON.