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 16 character binary format: ".md5($str, TRUE)."<br>"; echo "FALSE - 32 character hex number: ".md5($str)."<br>"; ?> </body> </html>
The string: Hello
VRAI - Format binaire brut de 16 caractères : ��S�a��'���x�
FAUX - numéro hexadécimal de 32 caractères : 8b1a9953c4611296a827abf8c47804d7