hash_final
hash_final
Finalize an incremental hash and return resulting digest
string **hash_final** HashContext $context bool $binary
context
Hashing context returned by .
hash_init
binaryWhen set to true, outputs raw binary data.
false outputs lowercase hexits.
Returns a string containing the calculated message digest as lowercase hexits
unless is set to true in which case the raw
binary representation of the message digest is returned.
binary
hash_init``hash_update``hash_update_stream``hash_update_file