<!DOCTYPE html> <html> <body> <?php $str = "Shanghai"; echo sha1($str); ?> </body> </html>
<?php $str = "Shanghai"; echo sha1($str); ?>