PHP 通过随机数获得ASCII 值返回字符。

 for($i=0;$i<20;$i++){
    	$Matrix .= chr(65 + rand(0,26)); 
}
原文地址:https://www.cnblogs.com/sunxun/p/4236515.html