preg_match_all('/[\x{4e00}-\x{9fff}]+/u', $list[$i]['iparr'], $matches);
$list[$i]['iparr'] = join('', $matches[0]);
05-18 19:32