for($i = count($mio_array); $i > $posizione; $i--)
$mio_array[$i] = $mio_array[$i - 1];
$mio_array[$posizione] = $nuovoElemento;