How to use mt getrandmax in PHP
This article describe about mt_getrandmax() Function in PHP.
mt_getrandmax() Function
This function returns the maximum possible value that can be returned by the mt_rand() function.
Syntax
Example
<html>
<?php
echo mt_getrandmax();
?>
</html> |
Output

You may also want to read these related articles Click here
Ask Your Question
Got a programming related question? You may want to post your question here
Programming Answers here