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是摆设
展开
 我来答
lyz810
2017-06-21 · 知道合伙人互联网行家
lyz810
知道合伙人互联网行家
采纳数:7531 获赞数:31778
前端开发工程师

向TA提问 私信TA
展开全部
注意: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
有问题请先看文档
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式