hash_crc32
Calculate CRC32 checksum from string (IEEE polynomial).
hash_crc32(
str
) -> STRING
Calculate CRC32 checksum from string (IEEE polynomial).
Syntaxe
var crc = hash_crc32("Hello World");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
str | yes | - | String to hash |