<?php</P><P>$str = 'test';<BR>$cm = md5($str);<BR>$bm = md5($str, true);</P><P>$cstr = implode(unpack('H*', $bm));<BR>$bstr = pack('H<strong style="color:transparent">本文来源gaodai#ma#com搞@@代~&码*网/</strong><strong>搞gaodaima代码</strong>*', $cm);</P><P><BR>echo 'str:'. $str . "<br>\n";<BR>echo 'cm :' . $cm . "<br>\n";<BR>echo 'cstr:' . $cstr . "<br>\n";<BR>echo 'urlencode(bm) :' . urlencode($bm) . "<br>\n";<BR>echo 'urlencode(bstr):' . urlencode($bstr) . "<br>\n";<BR>