I\'m trying to get this data [label] => For Rent from a multi-dimensional array. Here is my array
[label] => For Rent
Array ( [listing_id] => 0 [fields]
Try
$array[fees][30]->label
Where $array is whatever you're top level variable is.
$array