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
Why do we use interface in php?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
How cookies are transported from browsers to servers?
Is python better than php?
What is php call function?
What is design pattern? Explain all including singleton pattern?
What is composer json?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is boolean in php?
Why do we use sessions in php?
What is use of count() function in php?
Tell me what should we do to be able to export data into an excel file?
Tell me how can we pass the variable through the navigation between the pages?
What language is similar to php?
What is cookie?