Answers

Question and Answer:

  Home  PHP

⟩ 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.

 139 views

More Questions for you: