中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

PHP getrandmax() 函數(shù)

PHP Math 參考手冊 PHP Math 參考手冊

實例

返回通過調用 rand() 函數(shù)顯示的隨機數(shù)的最大可能值:

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

運行代碼 ?

定義和用法

The getrandmax() 函數(shù)返回通過調用 rand() 函數(shù)顯示的隨機數(shù)的最大可能值。


語法

getrandmax();

技術細節(jié)

返回值: 通過調用 rand() 函數(shù)顯示的隨機數(shù)的最大可能值。
返回類型: Integer
PHP 版本: 4+

PHP Math 參考手冊 PHP Math 參考手冊其他擴展