foreach($ array as $ key => $ value) { echo $ key; // Would output "subkey" in the example array ...
stackoverflow.com