Php/docs/function.getrandmax

来自菜鸟教程
跳转至:导航、​搜索

getrandmax

(PHP 4, PHP 5, PHP 7)

getrandmax显示随机数最大的可能值


说明

getrandmax ( ) : int

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


返回值

rand() 返回 随机数可能返回的最大值


参见