Control character error, possibly incorrectly encoded

$json = preg_replace('/[[:cntrl:]]/', '', $json);
# 把控制字符干掉就好了
# 实践证明,会把换行符也干掉。。。