ドロップダウンリストを表示

mime_content_type()

« microtime | min »
<?php
$string 
mime_content_type (
    
  // string $filename
);
?>
結果
$string = 'image/jpeg'
#1 mime_content_type  ("/tmp/flower.jpg")
#2 mime_content_type  ("/tmp/test.php")