Is there a built in PHP function that will allow you get the minimum and maximum values from a PHP array?
If not, what's the most efficient way of doing this for the general case?
Is there a built in PHP function that will allow you get the minimum and maximum values from a PHP array?
If not, what's the most efficient way of doing this for the general case?