WWhat is the functionality of md5 function in PHP?
Answer Posted / renjini v nair
IT CONVERTS PLAIN TEXT INTO 32 BIT
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a collection in php?
What is the php function that removes the last element of the array and returns it?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
How do you identify independent and dependent variables in research?
What is the use of get and post method in php?
Is polymorphism inherited?
How can we calculate the similarity between two strings?
Is apache needed for php?
What is a persistence cookie?
What is file upload?
How to create and destroy cookies in php?
What is difference between mysql_connect and mysqli_connect?
Is it more secure to use cookies to trfer session ids?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How to get a total number of elements used in the array?