hash_init

Example

 resource hash_init ( string $algo [, int $options = 0 [, string $key = NULL ]] ) 

Description

Initialize an incremental hashing context

Return Values

Returns a Hashing Context resource for use with hash_update(), hash_update_stream(), hash_update_file(), and hash_final().