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
Explain what is smarty?
What is the use of inner join in mysql?
What are the functions for imap?
Explain the visibility of the property or method?
What is encapsulation in php with example?
What are the advantages of stored procedures in php?
How do I stop php artisan serve in windows?
What is query string php?
What is the purpose of basename() function in PHP?
What is polymorphism with example in php?
Does PHP 5 support exceptions? State Whether True or False?
Why session timeout is important?
Steps for the payment gateway processing?
What are php libraries?
Do you know how to delete a file from the system?