WWhat is the functionality of md5 function in PHP?
Answer Posted / vivek
Calculates the MD5 hash of str using the ? RSA Data
Security, Inc. MD5 Message-Digest Algorithm, and returns
that hash. The hash is a 32-character hexadecimal number. If
the optional raw_output is set to TRUE, then the md5 digest
is instead returned in raw binary format with a length of 16.
The optional raw_output parameter was added in PHP 5.0.0 and
defaults to FALSE
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to submit form without a submit button.
Explain soundex() and metaphone().
What is baseurl?
Require_once(), require(), include(). What is difference between them?
How does php serialize work?
What are objects in php?
Define urlencode() and urldecode() used in php?
Tell me how to get the value of current session id?
What is the use of die in php?
What is http get and post?
How do you use end in python?
What is repository in php?
Is key in array php?
What is the goto statement useful for?
What is $_session in php?