Funcții Hash
PHP Manual

hash_update

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

hash_updatePump data into an active hashing context

Descrierea

bool hash_update ( resource $context , string $data )

Parametri

context

Hashing context returned by hash_init().

data

Message to be included in the hash digest.

Valorile întoarse

Returns TRUE.

Vedeți de asemenea


Funcții Hash
PHP Manual