码迷,mamicode.com
首页 > Web开发 > 详细

PHP常见的header操作

时间:2018-03-15 11:07:30      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:PHP常见的header操作

  • 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操作

    标签:PHP常见的header操作

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

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!