指定编码转换汉字编码转换
<?php
 $nic= '内容文件';
 echo (iconv('GBK', 'UTF-8', $nic));
?>