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 are php loops?
what are interfaces and Abstart classes
What is overriding in php?
How to download files from an external server with code in php?
What is smarty?
How to remove duplicate values from array using php?
What is php oop?
Is it worth learning php in 2019?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What is associative array in php?
What is ci in php?
What is cms php?
What is mysqli_query?
Which parts of php are case sensitive?
What is phpsessid?