PHP
加密 | Cryptography

hash_update

hash_update

(PHP 5 >= 5.1.2, PHP 7, PECL hash >= 1.1)

hash_update — 将数据泵入活动的哈希上下文中

描述

bool hash_update ( resource $context , string $data )

参数

context

由hash_init()返回的散列上下文。

data

要包含在散列摘要中的消息。

返回值

返回TRUE