WWhat is the functionality of md5 function in PHP?
Answer Posted / hirak
calculate md5 hash of a string.
hash is 32-character hexadecimal string.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is different types of visibility?
How to count all the lines of code in a directory and sub folder?
Tell me how can we change the maximum size of the files to be uploaded?
How to specify argument default values?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Does PHP 5 support exceptions? State Whether True or False?
Do while loops?
What are the main error types in php?
Explain about PHP cookies?
Tell me when a conditional statement is ended with an endif?
Explain NULL?
How to delete an element from an array?
What is the difference between array_merge() and array_merge_recursive() in php?
Tell me how to initiate a session in php?
Why php is sometimes called as embedded scripting language?