PHP: How to send HTTP response code?
I just found this question and thought it needs a more comprehensive answer: As of PHP 5.4 there are three methods to accomplish this: Assembling the response code on your own (PHP >= 4.0) The header() function has a special use-case that detects a HTTP response line and lets you replace that with a custom … Read more