Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
1. json_decode()
2.
html_entity_decode(str_replace('\u','&#x',$str), ENT_NOQUOTES,'UTF-8');
$str='\u0412\u0440\u0435\u043c\u044f\u043f\u0440\u0438';
$ar=explode('\u',$str);
for($i=1;$i<count($ar);++$i) {
$n.='&#'.base_convert($ar[$i],16,10);
}
echo html_entity_decode($n, ENT_NOQUOTES,'UTF-8');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question