From 7c915114a197325ab0c6e9c91211110065a48b5d Mon Sep 17 00:00:00 2001 From: Nikos Mavroyanopoulos Date: Fri, 15 Dec 2000 14:05:20 +0000 Subject: [PATCH] added error value git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37900 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mhash.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mhash.xml b/functions/mhash.xml index 84063ffc86..289495bdbd 100644 --- a/functions/mhash.xml +++ b/functions/mhash.xml @@ -234,7 +234,7 @@ for ($i = 0; $i <= $nr; $i++) { is specified it will return the resulting HMAC. HMAC is keyed hashing for message authentication, or simply a message digest that depends on the specified key. Not all algorithms supported in mhash can be used in - HMAC mode and will return an error. + HMAC mode. In case of an error returns false.