max

Definition

mixed max ( array $values )

Description

If the first and only parameter is an array, max() returns the highest value in that array. If at least two parameters are provided, max() returns the biggest of these values.

[More at php.net]

Parameters


loading


Share/bookmark - max


Global comments