$str = \'test\';
$cm = md5($str);
$bm = md5($str, true);
$cstr = implode(unpack(\'H*\', $bm));
$bstr = pack(\'H*\', $cm);
echo \'str:\'. $str . \"<br >\\n\";
echo \'cm :\' . $cm . \"<br >\\n\";
echo \'cstr:\' . $cstr . \"<br >\\n\";
echo \'urlencode(bm) :\' . urlencode($bm) . \"<br >\\n\";
echo \'urlencode(bstr):\' . urlencode($bstr) . \"<br >\\n\";
本文地址:https://www.stayed.cn/item/12766
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我