mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
880b36bd82
commit
e1f66a0626
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue