← All docs

hash_update()

Pumps data into an active incremental hashing context.

hash_update()

function hash_update(resource $context, string $data): bool

Pumps data into an active incremental hashing context.

Parameters:

  • $context (resource)
  • $data (string)

Returns: bool

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how hash_update is implemented in the compiler, see the internals page.