function suijishuxtox($min, $max) { //生成随机3-6的函数 suijishuxtox(3,6) return rand($min, $max); } $randomLine = suijishuxtox(3,10);
以上代码可以生成 3-10之间的随机数