Universeorange.com/Docs/

R3m/framework Function reference string.crc32

{string.crc32(String $string)}

Calculates the crc32 polynomial of a string.

Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the string.
This is usually used to validate the integrity of data being transmitted.

Returns the crc32 checksum of string as an integer.

More information:

https://www.php.net/manual/en/function.crc32.php

Last modified: 2021-06-07

© 2021 universeorange.com