crc32 -- Calculates the crc32 polynomial of a string
Description
int crc32 (string str)
Generates the cyclic redundancy checksum polynomial of 32-bit lengths of
the str. This is usually used to validate the
integrity of data being trasmited.
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.