2014-10-28, 03:58:59
You can send httpd codes and content, they are not mutually exclusive.
PHP Code:
header("HTTP/1.0 503");
echo "maintenance message";
die();