Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.crc32.html
Дата изменения: Sun Feb 3 22:56:06 2002
Дата индексирования: Mon Oct 1 21:01:56 2012
Кодировка:
crc32

crc32

(PHP 4 )

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 transmitted.

See also: md5()