PHPファイル形式(MIMEタイプ)比較表

WBOY
リリース: 2016-07-25 09:00:37
オリジナル
1601 人が閲覧しました
  1. $mime_types = array(

  2. 'gif' => 'image/gif',
  3. 'jpg' => 'image/jpeg',
  4. 'jpeg' => 'image /jpeg'、
  5. 'jpe' => '画像/jpeg'、
  6. 'bmp' => '画像/png'、
  7. 'tif' => '画像/tiff',
  8. 'tiff' => '画像/tiff',
  9. 'pict' => '画像/x-pict',
  10. 'pct' => '画像/x-pict'、
  11. 'tif' => '画像/tiff'、
  12. 'psd' => x-photoshop'、

  13. 'swf' => 'application/x-shockwave-flash'、

  14. 'js' => 'application/x-javascript'、
  15. 'pdf' => '申請書/pdf',
  16. 'ps' => '申請書/追記',
  17. 'ai' => wmf' => 'アプリケーション/x-msmetafile',

  18. 'css' => 'text/css',

  19. 'htm' => html' => 'テキスト/html'、
  20. 'txt' => 'テキスト/xml'、
  21. 'wml' =>
  22. 'wbmp' => 'image/vnd.wap'wbmp',

  23. 'mid' => 'audio/midi',

  24. 'wav' => ',
  25. 'mp3' => 'オーディオ/mpeg'、
  26. 'mp2' => 'audio/mpeg',

  27. 'avi' => 'video/x-msvideo',

  28. 'mpeg' => 'ビデオ/mpeg',
  29. 'mpg' => 'video/mpeg',
  30. 'qt' => 'ビデオ/クイックタイム',
  31. 'mov' => 'video/quicktime',

  32. 'lha' => 'application/x-lha',

  33. 'lzh' => 'application/x-lha',
  34. 'z' => 'application/x-compress',
  35. 'gtar' => 'application/x-gtar',
  36. 'gz' => 'application/x-gzip',
  37. 'gzip' => 'application/x-gzip',
  38. 'tgz' => 'application/x-gzip',
  39. 'tar' => 'application/x-tar',
  40. 'bz2' => 'application/bzip2',
  41. 'zip' => 'アプリケーション/zip',
  42. 'arj' => 'application/x-arj',
  43. 'rar' => 'application/x-rar-compressed',

  44. 'hqx' => 'application/mac-binhex40',

  45. 'sit' => 'application/x-stuffit',
  46. 'bin' => 'application/x-macbinary',

  47. 'uu' => 'text/x-uuencode',

  48. 'uue' => 'text/x-uuencode',

  49. 'latex'=> 'application/x-latex',

  50. 'ltx' => 'application/x-latex',
  51. 'tcl' => 'application/x-tcl',

  52. 'pgp' => 'application/pgp',

  53. 'asc' => 'application/pgp',
  54. 'exe' => 'application/x-msdownload',
  55. 'doc' => 'アプリケーション/msword',
  56. 'rtf' => 'application/rtf',
  57. 'xls' => 'application/vnd.ms-excel',
  58. 'ppt' => 'application/vnd.ms-powerpoint',
  59. 'mdb' => 'application/x-msaccess',
  60. 'wri' => 'application/x-mswrite',
  61. );

  62. 复制牌
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!