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 = bin2hex("Bonjour le monde !"); echo($str); ?> </body> </html>
48656c6c6f20576f726c6421