Universeorange.com/Docs/

R3m/framework Function reference math.min

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

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

{math.min()} Returns the parameter value considered "lowest" 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.min.php

Last modified: 2021-06-07

© 2021 universeorange.com