PHP » GoLang |
login |
register |
about
|
md5(PHP 4, PHP 5, PHP 7) md5 — Calculate the md5 hash of a string Warning
It is not recommended to use this function to secure passwords, due to the fast nature of this hashing algorithm. See the Password Hashing FAQ for details and best practices. Description
string md5
( string
$str
[, bool $raw_output = FALSE
] )
Calculates the MD5 hash of Parameters
Return ValuesReturns the hash as a 32-character hexadecimal number. Examples
Example #1 A md5() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|