CodeIgniters File Helper能够读取哪些文件类型?

时间:2015-07-22 10:58:04

标签: php codeigniter file-type

现在我正在决定CodeIgniter是否为我提供了所需的工具。但是要确定我需要知道CodeIgniters File Helper可以读取哪些文件类型?

它可以读取以下哪种文件类型?

  • bmp
  • doc
  • docx
  • gif
  • jpg
  • odt
  • pdf
  • png
  • ppt
  • PPTX
  • rtf
  • txt
  • XLS
  • XLSX

我希望能够阅读这些文件类型,以便我可以使用PHP在浏览器中显示它们。 我无法找到告诉我文件助手可以阅读哪些文件类型的内容,希望有人能够帮助我。

1 个答案:

答案 0 :(得分:0)

mimes.php文件夹中有application/config。查看完整列表。