Как цикл по индексу в php

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