Source Code:
(back to article)
<?php $str = "Hello, World!"; $crc = crc32($str); echo $crc; ?>
Result:
Report an issue