What is the functionality of MD5 function in PHP?

Submitted by: Administrator
string md5(string)

It calculates the MD5 hash of a string. The hash is a 32-character hexadecimal number.
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers