Hash-Funktionen
PHP Manual

hash_update

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

hash_updateFügt Daten an einen aktiven Hash-Kontext an

Beschreibung

bool hash_update ( resource $context , string $data )

Parameter-Liste

context

Hashing-Kontext, zurückgegeben von hash_init().

data

Nachricht, die in den Hash-Kontext eingefügt wird.

Rückgabewerte

Returns TRUE.

Siehe auch


Hash-Funktionen
PHP Manual