Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $str = "Bonjour le monde !"; // Encoder la chaîne $encodeString = convert_uuencode($str); echo $encodeString . "<br>"; // Décoder la chaîne $decodeString = convert_uudecode($encodeString); echo $decodeString; ?> </body> </html>
,2&5L;&\@=V]R;&0A It seems that the text you want to translate is missing. Please provide the text you would like me to translate into French, and I'll be happy to assist you!
Hello world!