diff --git a/reference/strings/functions/sha1-file.xml b/reference/strings/functions/sha1-file.xml new file mode 100644 index 0000000000..56537d08b9 --- /dev/null +++ b/reference/strings/functions/sha1-file.xml @@ -0,0 +1,46 @@ + + + + + sha1_file + Calculate the sha1 hash of a file + + + Description + + stringsha1_file + stringfilename + + + Calculates the sha1 hash of filename using the + US Secure Hash Algorithm 1, + and returns that hash. The hash is a 40-character hexadecimal number. + Upon failure, &false; is returned. + + + See also sha1, crc32, + and md5_file + + + + +