Jump to: navigation, search

Php mt getrandmax

From w3cyberlearnings

Contents

PHP function mt_getrandmax

This function returns the largest value that can be returned by mt_rand() function.

Syntax mt_getrandmax

mt_getrandmax()

Example 1

<?php
echo mt_getrandmax();
?>

Output

2147483647


Related Links


Navigation
Web
SQL
MISC
References