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.
New users: please join using this link https://app.qsandbox.com | to view and subscribe use this pricing instead: https://app.qsandbox.com/pricing | We'll migrate paid users shortly
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.