$num="";
for($i=0;$i<4;$i++){
$num .= dechex(rand(0,15));
}
以上代码,dechex(rand(0,15)),应该得到的是数字?但是却$num .   
这怎么理解。。