Formater un chaîne en mode CSV

Author:
function format_chaine_csv($valeurs)
{
    foreach($valeurs as $i => $valeur) {
        if ((strpos