Q. Which PHP function is used to send raw HTTP headers?
β
Correct Answer: (A)
header()
Explanation: header() is used to send raw HTTP headers to the browser.