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
This commit is contained in:
Philip Olson 2002-11-20 00:34:17 +00:00
parent 880b36bd82
commit e1f66a0626

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.sha1">
<refnamediv>
<refname>sha1</refname>
@ -13,11 +13,12 @@
</methodsynopsis>
<simpara>
Calculates the sha1 hash of <parameter>str</parameter> using the
<ulink url="&url.rfc;rfc1321.html">US Secure Hash Algorithm 1</ulink>,
<ulink url="&url.rfc;rfc3174.html">US Secure Hash Algorithm 1</ulink>,
and returns that hash. The hash is a 40-character hexadecimal number.
</simpara>
<simpara>
See also <function>crc32</function> and <function>md5</function>
See also <function>sha1_file</function>, <function>crc32</function>,
and <function>md5</function>
</simpara>
</refsect1>
</refentry>