PHP getrandmax() 函數(shù)
PHP getrandmax() 函數(shù)
實(shí)例
返回通過調(diào)用 rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值:
<?php
echo(getrandmax());
?>
echo(getrandmax());
?>
運(yùn)行實(shí)例 ?
定義和用法
The getrandmax() 函數(shù)返回通過調(diào)用 rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值。
語法
getrandmax();
技術(shù)細(xì)節(jié)
返回值: | 通過調(diào)用 rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值。 |
---|---|
返回類型: | Integer |
PHP 版本: | 4+ |

相關(guān)文章
- PHP EOF(heredoc) 使用說明
- PHP 字符串
- PHP Switch 語句
- PHP 命名空間 namespace
- PHP $_GET 變量
- PHP Session
- PHP 錯誤處理
- PHP array_count_values() 函數(shù)
- PHP array_key_exists() 函數(shù)
- PHP array_pad() 函數(shù)
- PHP array_search() 函數(shù)
- PHP array_uintersect_assoc() 函數(shù)
- PHP array_walk() 函數(shù)
- PHP compact() 函數(shù)
- PHP krsort() 函數(shù)
- PHP natsort() 函數(shù)
- PHP 5 Calendar 函數(shù)
- PHP 5 Directory 函數(shù)
- PHP FTP 函數(shù)
- PHP HTTP 函數(shù)