md5

function call:
string md5( string $str )

description:
Calculates the MD5 hash of $str using the »RSA Data Security, Inc. MD5 Message-Digest Algorithm« and returns that hash. The MD5 code returns always a string of 32 characters. Every char is given as the hexadecimal equivalent of the calculated MD5 value.

test md5 online:
$str


Information
PHP-Version: 5.2.6
Last changes: my blog (german only)
Change language: md5 auf Deutsch online testen