From 880b36bd8215b083378c0225ee8eecb7667b3f4a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 20 Nov 2002 00:32:45 +0000 Subject: [PATCH] Initial commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104984 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sha1-file.xml | 46 +++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 reference/strings/functions/sha1-file.xml 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 + + + + +