KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Hash
hash
hash_algos
hash_copy
hash_file
hash_final
hash_hmac
hash_hmac_file
hash_init
hash_update
hash_update_file
hash_update_stream
Home
>
PHP
>
Function
>
Hash
>
hash_update()
hash_update()
hash_update - Pump data into an active hashing context
Syntax
bool
hash_update
(
resource
$context,
string
$data)
Arguments
context - Hashing context returned by hash_init().
data - Message to be included in the hash digest.
Description
Version
PHP 5.1.2, PECL hash >= 1.1
Return value
Returns TRUE.