hash_init段階的なハッシュコンテキストを初期化する 説明
HashContext hash_init(
string $algo ,int $flags = 0,#[\SensitiveParameter]string $key = "",array $options = []) パラメータ
戻り値hash_update、 hash_update_stream、hash_update_file および hash_final で使用するハッシュコンテキストを 返します。 エラー / 例外
変更履歴
例
例1 段階的なハッシュの例
上の例の出力は以下となります。 68b1282b91de2c054c36629cb8dd447f12f096d3e3c587978dc2248444633483 bool(true) 参考
|