Function __global->getrandmax
Definitions
sources_custom/phpstub.php
- Get largest possible random value.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Returns
- Largest possible random value
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get largest possible random value.
*
* @return integer Largest possible random value
*/
function getrandmax() : int
* Get largest possible random value.
*
* @return integer Largest possible random value
*/
function getrandmax() : int

