php解码从utf8到windows-1256的数据

时间:2012-03-25 15:05:26

标签: php utf-8

我使用simplexml_load_file加载用户推文

http://twitter.com/statuses/user_timeline/userid.xml?count=44

我使用UTF-8编码获取数据

如何将数据转换为 windows-1256

1 个答案:

答案 0 :(得分:1)

iconv("UTF-8", "Windows-1256//TRANSLIT", $string);