摘要:
$str = "中华人民共和国";$ar = array( "a" => "a0", "b" => "b0", "c" => "c0", "d" => "d0", "e" => $str, );echo preg_replace("#\\\u([0-9a-f]{4})#ie", "iconv('UC... 阅读全文
posted @ 2014-08-12 09:33
飞狐爷
阅读(250)
评论(0)
推荐(0)
|
摘要:
$str = "中华人民共和国";$ar = array( "a" => "a0", "b" => "b0", "c" => "c0", "d" => "d0", "e" => $str, );echo preg_replace("#\\\u([0-9a-f]{4})#ie", "iconv('UC... 阅读全文
posted @ 2014-08-12 09:33
飞狐爷
阅读(250)
评论(0)
推荐(0)
|