Function __global->max
Definitions
sources_custom/phpstub.php
- Find highest value between arguments.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$args | mixed | required parameter | N/A | N/A | ...$args Arguments (if array, then each treated as a separate parameter) |
Return
- The highest valued argument
- Type: mixed
- Set: N/A
- Range: N/A