Hi,

I'm trying to rewrite a perl finction to php. The function uses Digest::MD5.

PHP md5() returns a 32 char hex number. The perl Digest::MD5 function 
returns a 16 char (ascii??) string. Can I also get this from PHP? If so 
how do I do that?

My ultimate goal is to have compatible PHP/Perl functions.


Thanks!

Danny


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to