min() - math
If the first and only parameter is an array, min()
returns the lowest value in that array. If at least two parameters are
provided, min() returns the smallest of these values.
Parameters :
values - An array containing the values. value1 - Any comparable
value. value2 - Any comparable
value. ... - Any comparable
value.
Syntax
mixed min
( array $values
)
Example
Output / Return Value
Limitations
Alternatives / See Also
Reference