min

Definition

mixed min ( array $values )

Description

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.

[More at php.net]

Parameters


loading


Share/bookmark - min


Global comments