WWhat is the functionality of md5 function in PHP?
Answer Posted / dn singh
With the md5 function you can encrypt your text with 32
character hexadecimal string.
For Ex.
$str = 'apple';
echo md5($str);
this prints '1f3870be274f6c49b3e31a0c6728957f'
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is advanced php programming?
List some features of php that are deprecated in php7?
Is php open source?
Is php easier than javascript?
What is the main difference between require() and require_once()?
Why do we use query?
What is Gd PHP?
Why php is sometimes called as embedded scripting language?
Tell us what is the difference between session_unregister() and session_unset()?
What is cookies php?
How do you end php?
What is the Default syntax used in PHP?
How to create database connection and query in php?
What is nan value?
Explain the installation of PHP on UNIX systems?