From 2867af7c733d981623a3fc652ee2ffe4140e5664 Mon Sep 17 00:00:00 2001 From: Paul Reinheimer Date: Tue, 5 Aug 2008 05:47:25 +0000 Subject: [PATCH] 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 --- reference/strings/functions/md5.xml | 3 ++- reference/strings/functions/sha1.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/md5.xml b/reference/strings/functions/md5.xml index a4c45ce0c9..657029ddc1 100644 --- a/reference/strings/functions/md5.xml +++ b/reference/strings/functions/md5.xml @@ -1,5 +1,5 @@ - + md5 @@ -105,6 +105,7 @@ if (md5($str) === '1f3870be274f6c49b3e31a0c6728957f') { sha1_file crc32 sha1 + hash diff --git a/reference/strings/functions/sha1.xml b/reference/strings/functions/sha1.xml index ff0a7f156c..c193136e0b 100644 --- a/reference/strings/functions/sha1.xml +++ b/reference/strings/functions/sha1.xml @@ -1,5 +1,5 @@ - + sha1 @@ -105,6 +105,7 @@ if (sha1($str) === 'd0be2dc421be4fcd0172e5afceea3970e2f3d940') { sha1_file crc32 md5 + hash