Max Value in Array

Find the maximum value in an array.

Code

General
max($arr);

Parameters

Array of numbers

Server

More PHP Snippets