(PHP 4 >= 4.3.0, PHP 5, PHP 7)
mime_content_type — ����ļ��� MIME ����
$filename
) : string����ͨ��ʹ�� magic.mime �����ļ� MIME ���͡�
filename
Ҫ�����ļ�����
�����ļ��� MIME �������ͣ����� text/plain �� application/octet-stream��
Example #1 mime_content_type() ʾ��
<?php
echo mime_content_type('php.gif') . "\n";
echo mime_content_type('test.php');
?>
�������̻������
image/gif text/plain