Briefing Zend Knowledge

http_response_code($code);

Please provide the value of the $code variable in the following statement to set an HTTP
status code that signifies that the requested resource was not found.
http_response_code($code);

A.
404, 404 Not Found

Explanation: