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