Список наиболее популярных PHP заголовков маймтипов
Список наиболее популярных PHP заголовкой маймтайпов
Atom
header('Content-type: application/atom+xml');
CSS
header('Content-type: text/css');
Javascript
header('Content-type: text/javascript');
JPEG Image
header('Content-type: image/jpeg');
JSON
header('Content-type: application/json');
header('Content-type: application/pdf');
RSS
header('Content-Type: application/rss+xml; charset=ISO-8859-1');
Text (Plain)
header('Content-type: text/plain');
XML
header('Content-type: text/xml');
Теги: header, MIME, PHP, Web-programing