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