Calculate the md5 hash of a string and used for RSA Data Security, Inc. MD5 Message-Digest Algorithm.
Syntax
md5(string,raw)
Example
$string="Hellobro";
echo md5($string);
Output
dc44f1404e6e147f92362f80ea43bec0
Copyright ©2022 coderraj.com. All Rights Reserved.