Related Functions

min

PHP 4.0+

Finds and returns the lowest value from multiple parameters or a single array, using PHP's standard comparison rules for different data types.

Description

The min() Finds and returns the lowest value from multiple parameters or a single array, using PHP's standard comparison rules for different data types.

Example