foreach sauter premier php

foreach(array_slice($arr,1) as $key=>$value)
{
    echo $value;
}
Anxious Antelope