codice:
$stringa = 'OGGI,"SONO","ANDATO","AL","MARE"';
preg_match_all("#\w+#",$stringa,$ris);
echo '<pre>';
print_r($ris);
echo '</pre>';