$f=fopen('mio.csv','w');
foreach ($array as $riga) fwrite($f,implode(',',$riga)."\n");
fclose($f);