crc32

text crc32(text, flags)

テキストの巡回冗長検査32ビットチェックサムを UTF-8文字セットの文字またはバイトの16進表現として返します。この関数はハッシュ関数とも取れます。

(ENG) Return an Cyclic Redundancy Check 32-bit checksum of text as characters in the UTF-8 charset or an hexadecimal representation of bytes.

Flags:

Flag Description
"h" テキストはバイトの16進表現であると想定してください。hexEncode関数を参照。
(ENG)Expect the text to be an hexadecimal representation of bytes, see hexEncode function.

Parameters

  1. text — UTF-8文字セットの文字、またはバイトの16進数表現としてのテキスト。
  2. flags — 各文字がフラグである任意のテキスト

Returns