Q. Which PHP function sends raw HTTP headers?
β
Correct Answer: (C)
header()
Explanation: header() sends HTTP headers to the client.
Explanation: header() sends HTTP headers to the client.