随笔分类 -  PHP

摘要:function trimUTF8BOM($file){ $content = file_get_contents($file); if(substr($content, 0, 3) == pack('CCC', 239, 187, 191)) { $content = s... 阅读全文
posted @ 2014-07-18 16:55 Andy2018 阅读(182) 评论(0) 推荐(0)