$pingluninfo = {
"title":"123",
"url":"http://localhost/?p=9",
"ttime":1401327899094,
"sourceid":"9",
"parentid":"0",
"categoryid":"",
"ownerid":"",
"metadata":"",
"comments":[
{
"cmtid":"358",
"ctime":1401327899094,
"content":"2013年8月1日18:36:29 O(∩_∩)O~",
"replyid":"0",
"user":{
"userid":"1",
"nickname":"admin",
"usericon":"",
"userurl":"",
"usermetadata":{
"area": "北京市",
"gender": "1",
"kk": "",
"level": 1
}
},
"ip":"127.0.0.1",
"useragent":"Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0",
"channeltype":"1",
"from":"",
"spcount":"",
"opcount":"",
"attachment":[
{
"type":1,
"desc":"",
"url":"http://img.sohu.itc/xxxx"
}
]
}
]
}
EOT;
$pingluninfo = json_decode($pingluninfo, true);
if(!$pingluninfo) {
die('错误的数据格式');
}
?>
总是输出 错误的数据格式
回复讨论(解决方案)
看着json 不对劲。
中文在json_encode 后不是这样的吧
<?php $pingluninfo = <<<EOT{ "title":"123", "url":"http://localhost/?p=9", "ttime":1401327899094, "sourceid":"9", "parentid":"0", "categoryid":"", "ownerid":"", "metadata":"", "comments":[ { "cmtid":"358", "ctime":1401327899094, "content":"2013年8月1日18:36:29 O(∩_∩)O~", "replyid":"0", "user":{ "userid":"1", "nickname":"admin", "usericon":"", "userurl":"", "usermetadata":{ "area": "北京市", "gender": "1", "kk": "", "level": 1 } }, "ip":"127.0.0.1", "useragent":"Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0", "channeltype":"1", "from":"", "spcount":"", "opcount":"", "attachment":[ { "type":1, "desc":"", "url":"http://img.sohu.itc/xxxx" } ] } ]}EOT;$pingluninfo = json_decode($pingluninfo, true);if(!$pingluninfo) { die('错误的数据格式');}echo "<pre class="brush:php;toolbar:false">";print_r($pingluninfo);echo "";
输出:
Array( [title] => 123 [url] => http://localhost/?p=9 [ttime] => 1401327899094 [sourceid] => 9 [parentid] => 0 [categoryid] => [ownerid] => [metadata] => [comments] => Array ( [0] => Array ( [cmtid] => 358 [ctime] => 1401327899094 [content] => 2013年8月1日18:36:29 O(∩_∩)O~ [replyid] => 0 [user] => Array ( [userid] => 1 [nickname] => admin [usericon] => [userurl] => [usermetadata] => Array ( [area] => 北京市 [gender] => 1 [kk] => [level] => 1 ) ) [ip] => 127.0.0.1 [useragent] => Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0 [channeltype] => 1 [from] => [spcount] => [opcount] => [attachment] => Array ( [0] => Array ( [type] => 1 [desc] => [url] => http://img.sohu.itc/xxxx ) ) ) ))
测试无误
请把引号补齐!
"ttime":1401327899094, 应为 "ttime":"1401327899094",
其他类同
echo '<meta http-equiv="content-type" content="text/html;charset=utf-8">';$pingluninfo = <<<EOT{ "title":"123", "url":"http://localhost/?p=9", "ttime":1401327899094, "sourceid":"9", "parentid":"0", "categoryid":"", "ownerid":"", "metadata":"", "comments":[ { "cmtid":"358", "ctime":1401327899094, "content":"2013年8月1日18:36:29 O(∩_∩)O~", "replyid":"0", "user":{ "userid":"1", "nickname":"admin", "usericon":"", "userurl":"", "usermetadata":{ "area": "北京市", "gender": "1", "kk": "", "level": 1 } }, "ip":"127.0.0.1", "useragent":"Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0", "channeltype":"1", "from":"", "spcount":"", "opcount":"", "attachment":[ { "type":1, "desc":"", "url":"http://img.sohu.itc/xxxx" } ] } ]}EOT;$pingluninfo = json_decode($pingluninfo, true);if(!$pingluninfo) { die('错误的数据格式');}else{ print_r($pingluninfo);}
测试过,很正常。
( [title] => 123 [url] => http://localhost/?p=9 [ttime] => 1401327899094 [sourceid] => 9 [parentid] => 0 [categoryid] => [ownerid] => [metadata] => [comments] => Array ( [0] => Array ( [cmtid] => 358 [ctime] => 1401327899094 [content] => 2013年8月1日18:36:29 O(∩_∩)O~ [replyid] => 0 [user] => Array ( [userid] => 1 [nickname] => admin [usericon] => [userurl] => [usermetadata] => Array ( [area] => 北京市 [gender] => 1 [kk] => [level] => 1 ) ) [ip] => 127.0.0.1 [useragent] => Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0 [channeltype] => 1 [from] => [spcount] => [opcount] => [attachment] => Array ( [0] => Array ( [type] => 1 [desc] => [url] => http://img.sohu.itc/xxxx ) ) ) ))
你那是新版的吧!估计 数值型 超出最大了
你那是新版的吧!估计 数值型 超出最大了
新版的?怎么讲?
我把上面说测试正常的代码复制到我那里,就是提示数据错误。
看来真是环境问题啊
我把上面说测试正常的代码复制到我那里,就是提示数据错误。
看来真是环境问题啊
echo '<meta http-equiv="content-type" content="text/html;charset=utf-8">';$pingluninfo = <<<EOT{ "title":"123", "url":"http://localhost/?p=9", "ttime":1401327899094, "sourceid":"9", "parentid":"0", "categoryid":"", "ownerid":"", "metadata":"", "comments":[ { "cmtid":"358", "ctime":1401327899094, "content":"2013年8月1日18:36:29 O(∩_∩)O~", "replyid":"0", "user":{ "userid":"1", "nickname":"admin", "usericon":"", "userurl":"", "usermetadata":{ "area": "北京市", "gender": "1", "kk": "", "level": 1 } }, "ip":"127.0.0.1", "useragent":"Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0", "channeltype":"1", "from":"", "spcount":"", "opcount":"", "attachment":[ { "type":1, "desc":"", "url":"http://img.sohu.itc/xxxx" } ] } ]}EOT;$pingluninfo = json_decode($pingluninfo, true);if(!$pingluninfo) { die('错误的数据格式');}else{ print_r($pingluninfo);}
测试过,很正常。
( [title] => 123 [url] => http://localhost/?p=9 [ttime] => 1401327899094 [sourceid] => 9 [parentid] => 0 [categoryid] => [ownerid] => [metadata] => [comments] => Array ( [0] => Array ( [cmtid] => 358 [ctime] => 1401327899094 [content] => 2013年8月1日18:36:29 O(∩_∩)O~ [replyid] => 0 [user] => Array ( [userid] => 1 [nickname] => admin [usericon] => [userurl] => [usermetadata] => Array ( [area] => 北京市 [gender] => 1 [kk] => [level] => 1 ) ) [ip] => 127.0.0.1 [useragent] => Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0 [channeltype] => 1 [from] => [spcount] => [opcount] => [attachment] => Array ( [0] => Array ( [type] => 1 [desc] => [url] => http://img.sohu.itc/xxxx ) ) ) ))
我把上面说测试正常的代码复制到我那里,就是提示数据错误。
看来真是环境问题啊
<?php $pingluninfo = <<<EOT{ "title":"123", "url":"http://localhost/?p=9", "ttime":1401327899094, "sourceid":"9", "parentid":"0", "categoryid":"", "ownerid":"", "metadata":"", "comments":[ { "cmtid":"358", "ctime":1401327899094, "content":"2013年8月1日18:36:29 O(∩_∩)O~", "replyid":"0", "user":{ "userid":"1", "nickname":"admin", "usericon":"", "userurl":"", "usermetadata":{ "area": "北京市", "gender": "1", "kk": "", "level": 1 } }, "ip":"127.0.0.1", "useragent":"Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0", "channeltype":"1", "from":"", "spcount":"", "opcount":"", "attachment":[ { "type":1, "desc":"", "url":"http://img.sohu.itc/xxxx" } ] } ]}EOT;$pingluninfo = json_decode($pingluninfo, true);if(!$pingluninfo) { die('错误的数据格式');}echo "<pre class="brush:php;toolbar:false">";print_r($pingluninfo);echo "";
输出:
Array( [title] => 123 [url] => http://localhost/?p=9 [ttime] => 1401327899094 [sourceid] => 9 [parentid] => 0 [categoryid] => [ownerid] => [metadata] => [comments] => Array ( [0] => Array ( [cmtid] => 358 [ctime] => 1401327899094 [content] => 2013年8月1日18:36:29 O(∩_∩)O~ [replyid] => 0 [user] => Array ( [userid] => 1 [nickname] => admin [usericon] => [userurl] => [usermetadata] => Array ( [area] => 北京市 [gender] => 1 [kk] => [level] => 1 ) ) [ip] => 127.0.0.1 [useragent] => Mozilla/5.0 (Windows NT 6.1; rv:22.0) Gecko/20100101 Firefox/22.0 [channeltype] => 1 [from] => [spcount] => [opcount] => [attachment] => Array ( [0] => Array ( [type] => 1 [desc] => [url] => http://img.sohu.itc/xxxx ) ) ) ))
测试无误

PHP日志记录对于监视和调试Web应用程序以及捕获关键事件,错误和运行时行为至关重要。它为系统性能提供了宝贵的见解,有助于识别问题并支持更快的故障排除

Laravel使用其直观的闪存方法简化了处理临时会话数据。这非常适合在您的应用程序中显示简短的消息,警报或通知。 默认情况下,数据仅针对后续请求: $请求 -

PHP客户端URL(curl)扩展是开发人员的强大工具,可以与远程服务器和REST API无缝交互。通过利用Libcurl(备受尊敬的多协议文件传输库),PHP curl促进了有效的执行

Laravel 提供简洁的 HTTP 响应模拟语法,简化了 HTTP 交互测试。这种方法显着减少了代码冗余,同时使您的测试模拟更直观。 基本实现提供了多种响应类型快捷方式: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

您是否想为客户最紧迫的问题提供实时的即时解决方案? 实时聊天使您可以与客户进行实时对话,并立即解决他们的问题。它允许您为您的自定义提供更快的服务

文章讨论了PHP 5.3中引入的PHP中的晚期静态结合(LSB),从而允许静态方法的运行时分辨率调用以获得更灵活的继承。 LSB的实用应用和潜在的触摸


热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

Dreamweaver CS6
视觉化网页开发工具

螳螂BT
Mantis是一个易于部署的基于Web的缺陷跟踪工具,用于帮助产品缺陷跟踪。它需要PHP、MySQL和一个Web服务器。请查看我们的演示和托管服务。

ZendStudio 13.5.1 Mac
功能强大的PHP集成开发环境

记事本++7.3.1
好用且免费的代码编辑器

DVWA
Damn Vulnerable Web App (DVWA) 是一个PHP/MySQL的Web应用程序,非常容易受到攻击。它的主要目标是成为安全专业人员在合法环境中测试自己的技能和工具的辅助工具,帮助Web开发人员更好地理解保护Web应用程序的过程,并帮助教师/学生在课堂环境中教授/学习Web应用程序安全。DVWA的目标是通过简单直接的界面练习一些最常见的Web漏洞,难度各不相同。请注意,该软件中