您现在的位置是:首页 > PHP函数

李清波 2021-06-17 PHP函数 1389 复制当前网址

mt_getrandmax



PHP mt_getrandmax() 函数

定义和用法

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


语法

mt_getrandmax()

说明


返回调用 mt_rand() 所能返回的最大的随机数。


例子

<?php
echo mt_getrandmax();
?>

输出类似:

3147483649


文章来源:https://liqingbo.com/blog-729.html

上一篇:mt_rand

下一篇:min

评论