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.
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.