带有JSON_UNESCAPED_UNICODE的json_encode不会摆脱\ u0007字符

时间:2019-10-01 16:11:59

标签: php unicode encoding preg-replace

运行以下代码应该可以让我返回相同的字符而不将其覆盖到\ u0007(将x替换为字符\ u0007,从here复制) enter image description here

$sample['dd'] = 'x';
$sample = strtolower(json_encode($sample, JSON_UNESCAPED_UNICODE));

但是,我仍然收到'\ u0007'。还有其他想法吗?

这是沙箱: http://sandbox.onlinephpfunctions.com/code/9034e5d952479b7717e66598d949f895a6f059d4

0 个答案:

没有答案