foreach($bigArray as $array){ foreach($array as $key=>$value){ echo $key; } } #If if helps you give it Thumbs up