php获取文件扩展名 作者: phpfans 时间: 2014-09-10 分类: php文件操作 没有评论 <?php /*** example usage ***/ $filename = 'filename.blah.txt'; /*** get the path info ***/ $info = pathinfo($filename); /*** show the extension&... 阅读全文