php foreach echo value ключа

foreach($page as $key => $value) {
  echo "$key is at $value";
}
Geeky Bravo