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"; echo "The string: ".$str."<br>"; echo "TRUE - Raw 20 character binary format: ".sha1($str, TRUE)."<br>"; echo "FALSE - 40 character hex number: ".sha1($str)."<br>"; ?> </body> </html>
The string: Hello
VRAI - Format binaire brut de 20 caractères : ����{���p�Z]x^��Ы�
FAUX - numéro hexadécimal de 40 caractères : f7ff9e8b7bb2e09b70935a5d785e0cc5d9d0abf0