I am running this DB call to get me multi-dimensional array I am trying to get the keys of each but when I try it comes up blank or as array.
$root_array
You can access your array keys like so:
foreach ($array as $key => $value)