cara mengulang dengan indeks di php

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