added error value

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37900 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nikos Mavroyanopoulos 2000-12-15 14:05:20 +00:00
parent 5c63b25f39
commit 7c915114a1

View file

@ -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.
</para>
</refsect1>
</refentry>