crc32

(PHP 4 >= 4.0.1)

crc32 -- crc32 다항식의 문자열을 계산한다

설명

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.

md5()를 참고하라.