English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The mt_getrandmax() function returns the maximum possible random value.
mt_getrandmax()
Not Applicable
The mt_getrandmax() function returns an integer value, which is the maximum possible random value.
<?php echo(mt_getrandmax()); ?>
Output Result
2147483647