PHP常量:JSON_UNESCAPED_UNICODE

函数:

json_encode() - 对变量进行 JSON 编码

说明:

json_encode ( mixed $value [, int $options = 0 [, int $depth = 512 ]] ) : string

参数:

options=JSON_UNESCAPED_UNICODE 不要编码Unicode

注意:支持PHP5.4+

手册

原文地址:https://www.cnblogs.com/daizhongxing/p/12672582.html