摘要:
当短信格式为8:UCS2编码的时候,需要把Unicode的十六进制编码转换成UTF8,但是PHP没有内置Unicode的支持,怎么办呢? /** * 把Unicode的十六进制字符串转换成utf8的文本字符串 * @param mixed $str 要转换的字符串,不能为null * @return utf8的文本字符串*/public static function unico... 阅读全文
posted @ 2005-09-26 15:12
guoadou
阅读(1495)
评论(0)
推荐(0)
浙公网安备 33010602011771号