crypto_md5_file()

 
Calculates the md5 hash of a file
Syntax
crypto_md5_file( file, location, hash var )
Returns 1 on success, 0 on failure.
  • file = Name of file to calculate the hash of
  • location = Location either "script" or "data"
  • hash = MD5 hash value
User Annotations: crypto_md5_file