text crc32(text, flags)
テキストの巡回冗長検査32ビットチェックサムを UTF-8文字セットの文字またはバイトの16進表現として返します。この関数はハッシュ関数とも取れます。
Flags:
Flag | Description |
---|---|
"h" |
テキストはバイトの16進表現であると想定してください。hexEncode関数を参照。
(ENG)Expect the text to be an hexadecimal representation of bytes, see hexEncode function. |