Mostrar lista de opciones

mime_content_type()

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