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

2025-01-19 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

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report