PHP explodiert mehrere Grenzwerte
$output = preg_split('/(@|,|;)/', $input);
YC
$output = preg_split('/(@|,|;)/', $input);