What is the functionality of MD5 function in PHP?

What is the functionality of MD5 function in PHP?

What is the functionality of MD5 function in PHP?

View Answers

November 15, 2010 at 6:41 PM

Hi everyone,

The md5(string) function calculate the md5 hash of a string. The hash is a 32-character hexadecimal number.

Syntax :

md5(string,raw);
             string (required) : The string to be calculated 
             raw (Optional) : Specifies hex or binary output format.

Thanks









Related Tutorials/Questions & Answers:
What is the functionality of MD5 function in PHP?
What is the difference between PHP4 and PHP5?
Advertisements
What?s the difference between md5(), crc32() and sha1() crypto on PHP?
What is the difference between md5() and crc32() and sha1() crypto on PHP?
WHAT IS THE FUNCTIONALITY OF THE FUNCTIONS STRSTR() AND STRISTR()?
ModuleNotFoundError: No module named 'phpy'
What is the use of friend function?
What is the microtime() Function PHP ?
md5 in jsp
What is difference between a PROCEDURE & FUNCTION ?
New features in PHP5?
what is the correct format of charAt() function?
What is the use of Print or Echo Function in PHP?
Functionality of the stub
What type of headers have to be added in the mail function to attach a file?
sms functionality
function
Undo/Redo functionality in UITexView
search functionality with in application
Disabling Login Functionality
groupby functionality in java
Version of com.transficc>transficc-functionality dependency
how to add pageup page down functionality in scrolpane
isNaN function
PHP var_dump function
Function pointer in c
function addValue
function addValue
function addValue
search functionality using jsp from database
Maven Repository/Dependency: com.transficc | transficc-functionality
call function in php
basic function of computer system
Select functionality of drop down list - Struts
Maven Dependency transficc-functionality >> 1.0.0
Maven Dependency transficc-functionality >> 1.0.1
How to write a search functionality using javascript/jquery
What is Headers and Mime Types ?
If function in PHP
Calling a function
function method
function method
using function
disable function
unoin function
Function split() is deprecated
function method
PHP Function Arguments
using function
Function mysql_db_query() is deprecated

Ads