RosettaCodeData/Task/CRC-32/PHP/crc-32.php

2 lines
70 B
PHP
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
printf("%x\n", crc32("The quick brown fox jumps over the lazy dog"));