如果没有提供可选参数 $min 和 $max,rand() 返回 0 到 getrandmax() 之间的伪随机整数。例如想要 5 到 15(包括 5 和 15)之间的随机数,用 rand(5, 15)。
int rand ( int $min , int $max )