json_decode 空白 php
$a=file_get_contents("");echo($a);//可以获取到内容$a=json_decode($a);//空白echo($a);怀疑json_dec...
$a = file_get_contents("");
echo ($a); //可以获取到内容
$a = json_decode($a);//空白
echo ($a);
怀疑 json_decode是摆设 展开
echo ($a); //可以获取到内容
$a = json_decode($a);//空白
echo ($a);
怀疑 json_decode是摆设 展开
1个回答
展开全部
注意:This function only works with UTF-8 encoded data.
该函数只支持utf-8的数据
json_decode返回值(原文):
Returns the value encoded in json in appropriate PHP type. Values true, false and null (case-insensitive) are returned as TRUE, FALSE and NULL respectively. NULL is returned if the json cannot be decoded or if the encoded data is deeper than the recursion limit.
翻译:
将true转为TRUE,false转为FALSE,null为NULL
如果json不能被解码或者编码的数据太深(默认是512),返回null
有问题请先看文档
该函数只支持utf-8的数据
json_decode返回值(原文):
Returns the value encoded in json in appropriate PHP type. Values true, false and null (case-insensitive) are returned as TRUE, FALSE and NULL respectively. NULL is returned if the json cannot be decoded or if the encoded data is deeper than the recursion limit.
翻译:
将true转为TRUE,false转为FALSE,null为NULL
如果json不能被解码或者编码的数据太深(默认是512),返回null
有问题请先看文档
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询