Se non ti va bene puoi fare cosi':
Codice PHP:
$array //il tuo array
for($i=0;$i<=3;$i++){    //i primi 4
$nuovo_array[] = $array[$i];