Q. Which PHP function returns the HTTP response code?
β
Correct Answer: (C)
http_response_code()
Explanation: http_response_code() gets or sets the HTTP status code.