精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

PHP mt_getrandmax() 函數(shù)

PHP mt_getrandmax() 函數(shù)

PHP Math 參考手冊(cè) PHP Math 參考手冊(cè)

實(shí)例

返回通過(guò)調(diào)用 mt_rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值:

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

運(yùn)行實(shí)例 ?

定義和用法

mt_getrandmax() 函數(shù)返回通過(guò)調(diào)用 mt_rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值。

語(yǔ)法

mt_getrandmax();

技術(shù)細(xì)節(jié)

返回值: 通過(guò)調(diào)用 mt_rand() 函數(shù)顯示的隨機(jī)數(shù)的最大可能值:
返回類型: Integer
PHP 版本: 4+

PHP Math 參考手冊(cè) PHP Math 參考手冊(cè)
相關(guān)文章