hashGenerate a hash value (message digest) Description
string hash
( string
$algo
, string $data
[, bool $raw_output = false
] )Parameters
Return Values
Returns a string containing the calculated message digest as lowercase hexits
unless Changelog
Examples
Example #1 A hash example
<?php The above example will output: ec457d0a974c48d5685a7efa03d137dc8bbde7e3 See Also
|