App下载

demo_func_string_sha1 在线工具

demo_func_string_sha1 在线工具

<?php
$str = "Hello";
echo sha1($str);
?>
运行结果