hash_finalFinalize an incremental hash and return resulting digest Description
string hash_final
( resource
$context
[, bool $raw_output = false
] )Parameters
Return Values
Returns a string containing the calculated message digest as lowercase hexits
unless Examples
Example #1 hash_final example
<?php The above example will output: c0854fb9fb03c41cce3802cb0d220529e6eef94e See Also
|