Mega Code Archive

 
Categories / Php / Functions
 

MD5 by way of the mhash extension

<? $hashB = bin2hex(mhash(MHASH_MD5, 'optimize this!')); ?>