diff --git a/functions/strings.xml b/functions/strings.xml index d5c3747473..0489641c4a 100644 --- a/functions/strings.xml +++ b/functions/strings.xml @@ -1,5 +1,5 @@ - + String functions Strings @@ -1536,9 +1536,10 @@ $clean = ltrim($binary,"\0x00..\0x1F"); Calculates the MD5 hash of str using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. + The hash is a 32-character hexadecimal number. - See also: crc32 + See also crc32.