如何获取文件默认系统图标?

时间:2017-08-31 10:42:16

标签: php windows codeigniter explorer

有一个file,例如一个word文档;它有一个预定义的图标:

enter image description here

那么如何获取文件的预定义图标?

2 个答案:

答案 0 :(得分:1)

你可以在'上爆炸字符串。'并得到最后一点:

<?php

$extension = end(explode(".", $file));

?>

答案 1 :(得分:0)

看看

https://getbootstrap.com/docs/3.3/components/

http://fontawesome.io/

非常易于使用的图标,无需任何图像文件。