English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
La funzione mt_getrandmax() restituisce il valore casuale massimo possibile.
mt_getrandmax()
Non applicabile
La funzione mt_getrandmax() restituisce un valore intero, che rappresenta il valore casuale massimo possibile.
<?php echo(mt_getrandmax()); ?>
Risultato di output
2147483647