<!DOCTYPE html> <html> <body> <?php $str = crc32("Shanghai"); printf("%u\n",$str); ?> </body> </html>
<?php $str = crc32("Shanghai"); printf("%u\n",$str); ?>