代码不解码,也不打印文本


Code not decode and not print text

// in database column name have text 
// 22-10 'u0438'u043b'u0438 'u0433'u0434'u0435-'u044
// type row  - text
$test = urldecode(print_r($i['name'], true));
echo $test;

但是这段代码不输出文本 - 不解码也不打印文本......

请告诉我哪里有错误?

echo json_decode('"' . $i['name']. '"');

结果是:или где-ф + 如何将 Unicode 转义序列(如"''u00ed"(解码为正确的 UTF-8 编码字符?