App下载

demo_func_string_md53 在线工具

demo_func_string_md53 在线工具

<?php
$str = "Hello";
echo md5($str);

if (md5($str) == "8b1a9953c4611296a827abf8c47804d7")
&nbsp;&nbsp;  {
&nbsp;&nbsp;  echo "<br>Hello world!";
&nbsp;&nbsp;  exit;
&nbsp;&nbsp;  }
?>
运行结果