int http_response_code ([ int $response_code ] )
If you pass no parameters then http_response_code will get the current status code. If you pass a parameter it will set the response code.
The current response code. By default the return value is int(200).