|
|
PHP mt_getrandmax() - Math Functions
|
Tutorials » Php »
|
Topic |
What is mt_getrandmax Function?
|
|
Explanation |
|
The "mt_getrandmax" function returns the largest possible random value.
Syntax:
mt_getrandmax()
Example:
<?php
echo mt_getrandmax();
?>
Result:
2157463648
In the above example the function returns the largest possible random value.
|
|
A Note |
Learn PHP programming language tutorial with simple and neat example. Hope you enjoy this free tutorial.
Do give us your valuable feedback and suggestions on this online tutorial. This is a Copyright Content.
|
|
|
|