$MaVariable = "1234567"; $MaVariable = str_replace("4", "a", $MaVariable); echo $MaVariable."
\n"; //Va afficher 123a567