PHP: md5 - Manual - PHP: Hypertext Preprocessor
From the documentation on Digest::MD5: md5($data,...) This function will concatenate all arguments, calculate the MD5 digest of this "message", and return it in binary form. md5_hex($data,...) Same as md5(), but will return the digest in hexadecimal form....