会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Choice's Tech Bolg
博客园
首页
新随笔
联系
管理
订阅
2014年5月4日
判断字符串编码思路
摘要: 1、方法1PHP Codefunctionmb_is_utf8($string) { returnmb_detect_encoding($string,'UTF-8')==='UTF-8';//新发现}2、方法2PHP Codefunctionpreg_is_utf8($string) { retu...
阅读全文
posted @ 2014-05-04 12:50 ChoiceShan
阅读(454)
评论(0)
推荐(0)
编辑
公告