jimw            Sat Dec  8 15:04:38 2001 EDT

  Modified files:              
    /phpdoc/en/functions        strings.xml 
  Log:
  note length of md5 hash
  
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.131 phpdoc/en/functions/strings.xml:1.132
--- phpdoc/en/functions/strings.xml:1.131       Sat Dec  8 14:46:08 2001
+++ phpdoc/en/functions/strings.xml     Sat Dec  8 15:04:38 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.131 $ -->
+<!-- $Revision: 1.132 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -1536,9 +1536,10 @@
      Calculates the MD5 hash of <parameter>str</parameter> using the
      <ulink url="&url.rfc;rfc1321.html">RSA Data Security, Inc. 
      MD5 Message-Digest Algorithm</ulink>, and returns that hash.
+     The hash is a 32-character hexadecimal number.
     </para>
     <para>
-     See also: <function>crc32</function>
+     See also <function>crc32</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to