[PHP-DOC] cvs: phpdoc /en/functions mhash.xml From: Nikos Mavroyanopoulos (nmav <email protected>)
Date: 12/15/00

nmav Fri Dec 15 06:05:21 2000 EDT

  Modified files:
    /phpdoc/en/functions mhash.xml
  Log:
  added error value
  
  
Index: phpdoc/en/functions/mhash.xml
diff -u phpdoc/en/functions/mhash.xml:1.8 phpdoc/en/functions/mhash.xml:1.9
--- phpdoc/en/functions/mhash.xml:1.8 Wed Oct 25 11:36:28 2000
+++ phpdoc/en/functions/mhash.xml Fri Dec 15 06:05:20 2000
@@ -234,7 +234,7 @@
      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>