小码哥的IT人生

首页 > PHP > php基础

PHP getrandmax() 数学 函数 详解

php基础 2022-06-06 17:38:48小码哥的IT人生shichen

PHP getrandmax() 函数

实例

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

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

完整实例:

<!DOCTYPE html>
<html>
<body>
<?php
echo(getrandmax());
?>
</body>
</html>
 

 

定义和用法

getrandmax() 函数返回可由 rand() 返回的最大可能值。

语法

getrandmax();

技术细节

返回值: 由 rand() 返回的最大可能值
返回类型: Integer
PHP 版本: 4+

版权所有 © 小码哥的IT人生
Copyright © phpcodeweb All Rights Reserved
ICP备案号:苏ICP备17019232号-2  

苏公网安备 32030202000762号

© 2021-2024