hash_file
Hashes the contents of the specified file using the SHA1 or MD5 algorithm.
Syntax
hash_file( FileName, Algorithm )
Arguments
Argument | Description |
---|---|
FileName
|
(string) The name of the file. |
Algorithm
|
(string) The type of algorithm to use. Must be either SHA1 or MD5. |
Returns
(String). A hash of the file contents.