php編碼自動轉換utf8和gbk互轉
?
utf8轉gbk
?
header("Content-type:text/html;charset=UTF-8");
echo?$str=?'utf8 to gbk!';
echo?iconv("UTF-8","gbk//TRANSLIT",$str);? //編碼從UTF-8轉到GB2312
?
gbk轉為utf8
header("Content-type:text/html;charset=GB2312");
echo?$str=?'gbk to utf8!';
echo?iconv('GB2312',?'UTF-8',?$str);?//編碼從GB2312轉到UTF-8
?
檢測字符串編碼
//檢測編碼類型
echo?mb_detect_encoding('weqweqwewq')
$str='測試';
echo?mb_convert_encoding($str,?"UTF-8");?//編碼轉換utf-8
$str='測試';
echo?mb_convert_encoding($str,?"UTF-8",?"GBK");?//GBK to utf-8
$str='測試';
echo?mb_convert_encoding($str,?"UTF-8",?"auto");?//未知 to utf-8
萬動力(www.lu123123.com),專業(yè)的logo免費設計在線生成網站,全自動智能化logo設計,商標設計,logo在線生成!
歡迎使用萬動力制作屬于您公司自己的logo,不僅專業(yè)而且經濟實惠,全方位滿足您公司品牌化、視覺化的需求。