(PHP 4, PHP 5, PHP 7)
Find lowest value
mixed min ( array $values )
mixed min ( mixed $value1 , mixed $value2 [, mixed $... ] )
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.
Note:
Values of different types will be compared using the standard comparison rules. For instance, a non-numeric stri