PHP Math 参考手册
返回通过调用 rand() 函数显示的随机数的最大可能值:
echo(getrandmax());
The getrandmax() 函数返回通过调用 rand() 函数显示的随机数的最大可能值。
getrandmax();