Vorrei estrarre il valore di ga:visitors

Vorrei fare una cosa del tipo:
echo $risultati["totalsForAllResults"][1]["ga:visitors"];

Però non mi esce nulla come mai?

$risultati = json_decode($data, true ); ecco l'array
codice:
array(11) 

{
["totalsForAllResults"]=> array(1) {
["ga:visitors"]=> string(6) "410797" 
}

["rows"]=> array(1) {
[0]=> array(2) {
[0]=> string(12) "facebook.com"
[1]=> string(6) "410797" }
} 

ecc }