MD5 with the hash() function in PHP 5.1.2+ : hash « Utility Function « PHP






MD5 with the hash() function in PHP 5.1.2+

 
<?
$hashC = hash('md5', 'optimize this!');
?>
  
  

Related examples in the same category