Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov

hash_update

hash_update - Pump data into an active hashing context

Описание

bool hash_update ( resource context, string data )

Список параметров

context

Hashing context returned by hash_init().

data

Message to be included in the hash digest.

Возвращаемые значения

Returns TRUE.

hash_init()hash_update_file()hash_update_stream()hash_final()


Смотрите также:

Описание на ru2.php.net
Описание на php.ru