Cómo recorrer el índice en PHP

foreach($array as $key=>$value) {
    // do stuff
}
Easy Earthworm