标签: php随机数
thumbnail

php随机数生成函数是什么

在PHP中,可以使用rand()函数来生成随机数。 rand()函数的语法如下: int rand ( int $min , int $max ) 该函数会返回一个介于 $min 和 $max 之间的随机整数……