crc32

Definition

int crc32 ( string $str )

Description

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.

[More at php.net]

Parameters


loading


Share/bookmark - crc32


Global comments