<?php
$text 
"Pouvez-vous me dire quelle heure il est ? Merci.";
foreach (new 
TextIterator($textTextIterator::LINE) as $u) {
    if (
$u != " ") echo($u),"<br/>\n";
}
?>
Output