crc32(string)
Generate a 32-bit integer value from an input string. The crc32 algorithm is normally used to detect changes or errors in an arbitrarily large chunk of data.
Example
checksum = crc32( "the quick brown fox jumps over the lazy dog" )
Generate a 32-bit integer value from an input string. The crc32 algorithm is normally used to detect changes or errors in an arbitrarily large chunk of data.
Example
checksum = crc32( "the quick brown fox jumps over the lazy dog" )