头部状态码

php修改头部状态码:

  比如503:

  header('HTTP/1.1  503  Service Unavailable');
      header('Status: 503  Service Unavailable');

原文地址:https://www.cnblogs.com/xingmeng/p/3441049.html