PHP Math 参考手册
返回通过调用 mt_rand() 函数显示的随机数的最大可能值:
<?php echo(mt_getrandmax()); ?>
mt_getrandmax() 函数返回通过调用 mt_rand() 函数显示的随机数的最大可能值。
mt_getrandmax();