object(stdClass)#1 (1) {
["response"]=>
array(4) {
[0]=>
int(3)
[1]=>
object(stdClass)#2 (16) {
["id"]=>
int(65)
["from_id"]=>
int(287436960)
..................
$a = json_decode($content);
echo $a["response"][1]["from_id"];