码迷,mamicode.com
首页 > 其他好文 > 详细

编码问题

时间:2017-07-16 18:24:34      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:blog   文件   数据   var   nbsp   windows   编码问题   txt   存在   

var_dump(file_exists(iconv(‘UTF-8‘, ‘GBK‘, ‘./中文文件名.txt‘)));//代码中 路径中存在中文,编码的转换

 

$fileinfo[‘name‘] = iconv(‘gbk‘, ‘utf-8‘, $file);//目录文件名编码问题:展示时,将操作系统编码转换为响应数据编码。
        // Windows gbk,项目utf-8,将从Windows拿到的文件转为项目的utf8

 

编码问题

标签:blog   文件   数据   var   nbsp   windows   编码问题   txt   存在   

原文地址:http://www.cnblogs.com/huodaihao/p/7191067.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!