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 filters?
What is global array in php?
What is php mainly used for?
What is purpose of @ in Php?
What is the difference between get and post in php?
What are the ways to include file in php?
What is empty () in php?
Which cryptographic extension provide generation and verification of digital signatures?
What is the w3c?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What are the different types of PHP arrays?
What is the meaning of php?
What does the expression exception::__tostring means?
Why session timeout is important?
What is delimiter php?