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

2 lines
70 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
printf("%x\n", crc32("The quick brown fox jumps over the lazy dog"));