Collection of headers applied in php

Source: Internet
Author: User
Php Header collection author: zccst1, Webtext/html = & gt; html, htmtext/css = & gt; csstext/plain = & gt; text // important // (1) collect headers used by common text headers ("Content-type: text/plain; cha php
Author: zccst

1. Web
Text/html => html, htm
Text/css => css

Text/plain => text // important


// (1) normal text header ("Content-type: text/plain; charset = utf-8"); // example function response ($ arr) {$ json = json_encode ($ arr); header ("Content-type: text/plain; charset = utf-8"); print $ json ;}



2. document
Application/msword => doc
Application/vnd. ms-powerpoint => ppt
Application/vnd. ms-excel => xls
Application/pdf => pdf

Application/zip => zip
Application/x-tar => tar



// (1) export the csv format header ("Content-type: text/csv; charset = utf-8"); header ("Content-Disposition: filename=tititle=.csv "); print iconv ('utf-8', 'gb2312 // IGNORE ', $ str );


3. images
Image/jpeg => jpeg, jpg, jpe, png
Image/gif => gif
Image/bmp => bmp



4. audio
Audio/x-wav => wav
Audio/mpeg => mp3, mp2, mpga
Audio/midi => mid, midi, kar



5. Video
Video/mpeg => mpeg, mpg, mpe
Video/quictime => qt, mov
Video/x-msvideo => avi
Video/x-sgi-movie => movie


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.