(PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1)
hash_update — Fügt Daten an einen aktiven Hash-Kontext an
context
Der Hashing-Kontext, zurückgegeben von hash_init().
data
Die Nachricht, die in den Hash-Kontext eingefügt wird.
Gibt immer true
zurück.
Version | Beschreibung |
---|---|
8.4.0 | Hat nun den Rückgabetyp true anstelle von bool. |
7.2.0 | Erwartet nun einen HashContext anstatt einer Ressource. |