摘要: 1 function replace_unicode_escape_sequence($match) { 2 return mb_convert_encoding(pack('H*', $match[1]), 'UTF-8', 'UCS-2BE'); 3 } 4 $name = '\u65b0\u... 阅读全文
posted @ 2014-09-03 10:02 闲云-野鹤 阅读(348) 评论(0) 推荐(0) 编辑