Min Value in Array

Find the minimum value in an array.

Code

General
min($arr);

Parameters

Array of numbers

Server

More PHP Snippets