Home Answers Viewqa PHP What is the functionality of MD5 function in PHP?

 
 


brijesh
What is the functionality of MD5 function in PHP?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

What is the functionality of MD5 function in PHP?

View Answers

November 15, 2010 at 6:41 PM


Hi everyone,

The md5(string) function calculate the md5 hash of a string. The hash is a 32-character hexadecimal number.

Syntax :

md5(string,raw);
             string (required) : The string to be calculated 
             raw (Optional) : Specifies hex or binary output format.

Thanks









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.