PHP getrandmax() 函数
PHP Math 函数
定义和用法
getrandmax() 函数显示随机数最大的可能值。
语法
getrandmax()
说明
返回调用 rand() 可能返回的最大值。
例子
<?php
echo(getrandmax());
?>
echo(getrandmax());
?>
输出类似:
38265
PHP Math 函数
getrandmax() 函数显示随机数最大的可能值。
返回调用 rand() 可能返回的最大值。
输出类似: