Universeorange.com/Docs/

R3m/framework Function reference math.max

{math.max(Array ...$numbers)}

If the first and only parameter is an array, {math.max()} returns the highest value in that array.
If at least two parameters are provided, {math.max()} returns the biggest of these values.

{math.max()} Returns the parameter value considered "highest" according to standard comparisons.
If multiple values of different types evaluate as equal (e.g. 0 and 'abc') the first provided to the function will be returned.

More information:

https://www.php.net/manual/en/function.max.php

Last modified: 2021-06-07

© 2021 universeorange.com