======md5_file======
WMPRO, WMMINI FW >= 1.1015 WMMEGA FW >= 2.0
Calculate the MD5 hash of a file
====Description====
string
md5_file (
string
$filename
)
====Parameter====
$filename: Full path and name
====Return Values====
String: MD5 hash (32 character hexadecimal number) of the file
====See Also====
[[md5()]] - Calculate the MD5 hash of a string
[[sha1()]] - Calculate the SHA1 hash of a string
[[hash_hmac()]] - Calculate the hash of a string
[[aes_decrypt()]] - Decrypt a string using the AES algorithm
[[aes_encrypt()]] - Encrypt a string using the AES algorithm