Tagged articles
1 articles
Page 1 of 1
Laravel Tech Community
Laravel Tech Community
May 17, 2021 · Backend Development

hash_update() – Adding Data to an Active Hash Context

hash_update() is a PHP function that appends a string of data to an active hash computation context created by hash_init(), takes a resource context and a string data as parameters, and returns TRUE upon successful update of the hash digest.

HashPHPSecurity
0 likes · 1 min read
hash_update() – Adding Data to an Active Hash Context