PHP getrandmax() 函数
PHP getrandmax() 函数
定义和用法
The getrandmax() 函数返回通过调用 rand() 函数显示的随机数的最大可能值。
语法
getrandmax();
技术细节
返回值: | 通过调用 rand() 函数显示的随机数的最大可能值。 |
---|---|
返回类型: | Integer |
PHP 版本: | 4+ |
PHP Math 参考手册
相关文章
- PHP EOF(heredoc) 使用说明
- PHP 字符串
- PHP Switch 语句
- PHP 命名空间 namespace
- PHP $_GET 变量
- PHP Session
- PHP 错误处理
- PHP array_count_values() 函数
- PHP array_key_exists() 函数
- PHP array_pad() 函数
- PHP array_search() 函数
- PHP array_uintersect_assoc() 函数
- PHP array_walk() 函数
- PHP compact() 函数
- PHP krsort() 函数
- PHP natsort() 函数
- PHP 5 Calendar 函数
- PHP 5 Directory 函数
- PHP FTP 函数
- PHP HTTP 函数