首页 > Web开发 > 详细

PHP常见的header操作

时间:2018-03-15 11:04:42      阅读:188      评论:0      收藏:0      [点我收藏+]
  • 404:
    header ("HTTP/1.1 404 Not Found");
  • 301:
    header ("HTTP/1.1 301 Moved Permanently"); 
    header ("Location:http://www.baidu.com");
  • 下载文件:
    header (‘Content-type: application/file‘);
    header ("Content-Disposition: attachment; filename=‘test.file‘");
    readfile ("test.file");
  • PHP常见的header操作

    原文:http://blog.51cto.com/12173069/2087006

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
    © 2014 bubuko.com 版权所有
    打开技术之扣,分享程序人生!