PHP getrandmax() 函数


PHP Math 函数

定义和用法

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

语法

getrandmax()

说明

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


例子

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

输出类似:

38265


PHP Math 函数
粤ICP备11097351号-1