CRC32 (Php 4> = 4,0,1, Php 5, Php 7, Php 8) CRC32 berechnet das CRC32 -Polynom einer Schnur

<?php
$checksum = crc32("The quick brown fox jumped over the lazy dog.");
printf("%u\n", $checksum);
?>
SAMER SAEID