我试着像这样使用json_decode:
json_decode($string, true, 100, JSON_BIGINT_AS_STRING);
Run Code Online (Sandbox Code Playgroud)
但我得到了错误:
Warning: json_decode() expects at most 2 parameters, 4 given in /home/content/27/2326027/html/sys/get.php on line 38
Run Code Online (Sandbox Code Playgroud)
任何回应都是适当的