iconv(from_encoding, to_encoding, str)
mb_convert_encoding(str, to_encoding[, form_encoding])
iconv效率更高,但mb_convert_encoding兼容性更好。
PHP编码转换
最新推荐文章于 2023-09-28 01:12:25 发布
iconv(from_encoding, to_encoding, str)
mb_convert_encoding(str, to_encoding[, form_encoding])
iconv效率更高,但mb_convert_encoding兼容性更好。