摘要: linux$str=preg_replace("#\\\u([0-9a-f]{4})#ie", "iconv('UCS-2BE', 'UTF-8', pack('H4', '\\1'))", $str);windows$str=preg_replace("#\\\u([0-9a-f]{4})#ie", "iconv('UCS-2LE', 'UTF-8', pack('H4', '……header(" 阅读全文
posted @ 2012-07-10 10:09 上帝爱编程 阅读(877) 评论(0) 推荐(0)