hash_crc32 [function]
hash_crc32( string buf, bool as_hexstring = false )
generate a hash/checksum, using the CRC32 algorithm
- if
as_hexstring
is true, an 8 characters long string containing the hexadecimal fixed-length hash/checksum value is returned, otherwise the value is returned as integer