PHP fmod() 函数

定义和用法

fmod() 函数显示随机数最大的可能值。

语法

getrandmax()

说明

返回调用 rand() 可能返回的最大值。

例子

<?php
echo(getrandmax());
?>

输出类似:

38265