mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Adding link to refer to the hash() function, which a lot of people seem to miss
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264204 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
da82a670dd
commit
2867af7c73
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.md5">
|
||||
<refnamediv>
|
||||
<refname>md5</refname>
|
||||
|
@ -105,6 +105,7 @@ if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') {
|
|||
<member><function>sha1_file</function></member>
|
||||
<member><function>crc32</function></member>
|
||||
<member><function>sha1</function></member>
|
||||
<member><function>hash</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.sha1">
|
||||
<refnamediv>
|
||||
<refname>sha1</refname>
|
||||
|
@ -105,6 +105,7 @@ if (sha1($str) === 'd0be2dc421be4fcd0172e5afceea3970e2f3d940') {
|
|||
<member><function>sha1_file</function></member>
|
||||
<member><function>crc32</function></member>
|
||||
<member><function>md5</function></member>
|
||||
<member><function>hash</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue