Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

WWhat is the functionality of md5 function in PHP?

Answer Posted / dn singh

With the md5 function you can encrypt your text with 32
character hexadecimal string.
For Ex.
$str = 'apple';
echo md5($str);

this prints '1f3870be274f6c49b3e31a0c6728957f'

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are php filters?

1009


What is global array in php?

1124


What is php mainly used for?

1026


What is purpose of @ in Php?

1131


What is the difference between get and post in php?

1076


What are the ways to include file in php?

1046


What is empty () in php?

1019


Which cryptographic extension provide generation and verification of digital signatures?

987


What is the w3c?

8989


What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?

1084


What are the different types of PHP arrays?

1120


What is the meaning of php?

984


What does the expression exception::__tostring means?

1061


Why session timeout is important?

1178


What is delimiter php?

1029