我有这个对象。这是我的对象的var_dump:
object(stdClass)#2 (3) {
["status"]=>
bool(true)
["sql"]=>
string(122) "SELECT * FROM `story`"
["story"]=>
array(12) {
["id"]=>
string(1) "1"
["user_id"]=>
string(1) "1"
["gb_id"]=>
string(12) "tYQz0zq5-DQC"
["date"]=>
string(19) "0000-00-00 00:00:00"
["title"]=>
string(14) "1893.21.04-148"
["story"]=>
string(4026) "<TEXTFORMAT LEADING="2"><P>HTML STUFF</P></TEXTFORMAT>"
["image"]=>
NULL
["views"]=>
string(1) "1"
["username"]=>
string(9) "username"
["password"]=>
string(6) "789456"
["email"]=>
string(7) "email"
["story_id"]=>
string(1) "3"
}
}
但是当我尝试json_encode它时,它什么也没有返回。有谁知道为什么?
这与它可能会变大的事实有什么关系吗? (因为上面遗漏了一些大块的数据)