mt_getrandmax() (funzione PHP) restituisce il più grande numero intero (integer) che può essere ottenuto tramite mt_rand().
tips&tricks
Sintassi
mt_getrandmax()
| parametro | descrizione |
|---|---|
| – | nessuno |
Esempi
echo mt_getrandmax(); /* RISULTATO 2147483647 */
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment