hash_update

Fü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_init
  • hash_update_file
  • hash_update_stream
  • hash_final