crc32
crc32 ( string $str ) : int
Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the str. This is usually used to validate the integrity of data being transmitted.
Confused by DNS? Check out DNS Basics Explained eBook — a practical guide for website owners and freelancers.
crc32 ( string $str ) : int
Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the str. This is usually used to validate the integrity of data being transmitted.