PHP Math 函数
fmod() 函数显示随机数最大的可能值。
getrandmax()
返回调用 rand() 可能返回的最大值。
<?php echo(getrandmax()); ?>
输出类似:
38265
Search: