All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
使用PHP4.2.0及以后版本的注意事项_php资料_编程技术
C#文件处理技术:文件的写入使用方法
.net仿照51job网站地区选择效果_[Asp.Net教程]
Asp.net日期字符串格式化显示方法_[Asp.Net教程]
缓存技术详谈—php_[PHP教程]
学习:如何在HTML中引用XML数据_[XML教程]
SQLServer中单引号的两种处理技巧_[SQL,Server教程]
asp.net2.0导出pdf文件完美解决方案_[Asp.Net教程]
最近写的一个PHP操作Access类(PHP+ODBC+Access)_php资料_编程技术
ASP.NET技巧:用MasterPage,代替,PageBase_.net资料_编程技术
Reading number is top 10 pictures
A man's favorite things6
BingBingFan apple dew point photo gallery3
Compared GDP and per capita income in China for 40 years
BingBingFan apple dew point photo gallery4
奇趣的世界记录3
NeedWallpaper10
Fender Bender that so horrifying1
人美胸美腿更美2
泳装名模阿尔贝特妮写真2
大人物的礼物
Download software ranking
Unix video tutorial15
致我们终将逝去的青春
Photoshop 8.0图象编辑软件
Popkart Cracked versions Mobile phone games
Kung.Fu.Panda.2
Be there or be square
美女写真1
ASP.NET.2.0.XML.高级编程(第3版)
Ashlynn Video2
Tram sex maniac 2 (H) rar bag16
aaa published in(发表于) 2013/12/21 22:26:10 Edit(编辑)
PHP的内码转换函数,mb_convert_encoding

PHP的内码转换函数,mb_convert_encoding()_php资料_编程技术

PHP的内码转换函数 mb_convert_encoding()_php资料_编程技术-你的首页-uuhomepage.com

因为某程序要用输出UTF-8编码..但是原数据是GBK编码的


百度 找了很多有关内码转换的类..但是缺点很多.又不支持GBK TO UTF-8


不过一个一个找还是在PHP官方的FAQ找到了mb_convert_encoding() 该函数要在PHP4.0.6以上才有..听说有的
想关链接: http://cn.php.net/manual/zh/function.mb-convert-encoding.php


做一个GBK To UTF-8
< ?php
header("content-Type: text/html; charset=Utf-8");
echo mb_convert_encoding("妳係我的友仔", "UTF-8", "GBK");
?>


再来个GB2312 To Big5
< ?php
header("content-Type: text/html; charset=big5");
echo mb_convert_encoding("你是我的朋友", "big5", "GB2312");
?>





添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.