crc32 · PHP Function to Calculate CRC32 of a String

Back to the Live Example
Since PHP 4.0.1 crc32 function has been built in. The signature of the function is:
int crc32 ( string $str )
Read more about crc32 function on PHP.net.
nichabi.com