I have this array :
array(2) {
["ok"]=> bool(true)
["result"]=> array(3) {
["id"]=> int(115133849)
["first_name"]=> string(5) "drugs"
["username"]=> string(7) "darubot"
}
}
I wanna echo only '115133849'. How i can? I try loop but don't work.