From 909b7786cdf2935cd61ffd15e4d13098103f1458 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 20 Nov 2002 00:11:34 +0000 Subject: [PATCH] Initial commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104982 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/sha1.xml | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 reference/strings/functions/sha1.xml diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml new file mode 100644 index 0000000000..04a501bca6 --- /dev/null +++ b/reference/strings/functions/sha1.xml @@ -0,0 +1,44 @@ + + + + + sha1 + Calculate the sha1 hash of a string + + + Description + + stringsha1 + stringstr + + + Calculates the sha1 hash of str using the + US Secure Hash Algorithm 1, + and returns that hash. The hash is a 40-character hexadecimal number. + + + See also crc32 and md5 + + + + +