1.

What Is The Functionality Of Md5 Function In Php?

Answer»

STRING md5(string)
It calculates the MD5 HASH of a string. The hash is a 32-character HEXADECIMAL NUMBER.

string md5(string)
It calculates the MD5 hash of a string. The hash is a 32-character hexadecimal number.



Discussion

No Comment Found