codice:
$temp=explode(";",implode("",file("nome/del/file")));
print_r($temp);