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