Interview Questions

What is the functionality of MD5 function in PHP?

PHP Interview Questions and Answers


(Continued from previous question...)

What is the functionality of MD5 function in PHP?

string md5(string)

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

(Continued on next question...)

Other Interview Questions