From e1f66a0626166a83e3e6eb1b518a11ea7da9eafe Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 20 Nov 2002 00:34:17 +0000 Subject: [PATCH] See also sha1_file() and a typo fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104985 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sha1.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml index 04a501bca6..f3143f8104 100644 --- a/reference/strings/functions/sha1.xml +++ b/reference/strings/functions/sha1.xml @@ -1,5 +1,5 @@ - + sha1 @@ -13,11 +13,12 @@ Calculates the sha1 hash of str using the - US Secure Hash Algorithm 1, + US Secure Hash Algorithm 1, and returns that hash. The hash is a 40-character hexadecimal number. - See also crc32 and md5 + See also sha1_file, crc32, + and md5