Php getrandmax
From w3cyberlearnings
Contents |
PHP function getrandmax
This function returns the largest value that can be returned by rand() function.
Syntax getrandmax
getrandmax()
Example 1
<?php echo getrandmax(); ?>
Output
32767