From df7ba9489847251286a96935cf32e61302396ac3 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Sat, 8 Dec 2001 20:04:38 +0000 Subject: [PATCH] note length of md5 hash git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64288 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/strings.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.