codice:
$test = 'ciao       ciao';
echo preg_replace( '/([\ ]{1,})/', ' ', $test );