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 = crc32("Bonjour le monde !"); printf("%u\n",$str); ?> </body> </html>
472456355