//by www.qzphp.cn <?php $file = '/path/to/file.TXT'; $ext = strtolower(strrchr($file, ".")); echo $ext;
返回:
//by www.qzphp.cn .txt