Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of content-type commonly used in header () function in PHP

2026-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you the "PHP header () function commonly used content-type example analysis", the content is easy to understand, well-organized, hope to help you solve your doubts, the following let Xiaobian lead you to study and learn "PHP header () function commonly used content-type example analysis" this article.

/ / HTMLheader ('Content-Type:text/html;charset=utf-8'); / / CSSheader (' Content-type:text/css;charset=utf-8'); / / Javascriptheader ('Content-type:text/javascript;charset=utf-8'); / / XMLheader (' Content-type:application/xml;charset=utf-8'); / / JSONheader ('Content-type:application/json;charset=utf-8'); / / JPEGImageheader (' Content-type:image/jpeg'); / / PDFheader ('Content-type:application/pdf') / / RSSheader ('Content-Type:application/rss+xml;charset=ISO-8859-1'); / / okheader ('HTTP/1.1 200 OK'); / / set a 404 header: header (' HTTP/1.1 404 Not Found'); / / set the address to be permanently redirected header ('HTTP/1.1 301 Moved Permanently'); / / go to a new address header (' Location: http://www.yisu.com/');// delay to jump to the new address header ('Refresh:10) Url= http://www.yisu.com/'); above is all the contents of this article entitled "sample Analysis of content-type commonly used in header () function in PHP". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

  • How to write PHP extension

    Next,

    2022/06/02 shulou Views: 287
  • How to use css to realize the Animation effect of Water pattern Diffusion

    Editor to share with you how to use css to achieve watermark diffusion animation effect, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

    12
    Report