显示下拉菜单

mime_content_type()

« microtime | min »
<?php
$string 
mime_content_type (
    
  // string $filename
);
?>
结果
$string = 'text/x-php'
示例
#1 mime_content_type  ("/tmp/flower.jpg")
#2 mime_content_type  ("/tmp/test.php")