View Single Post
  #7 (permalink)  
Old 04-16-2008, 02:41 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post Re: Mathematical functions in PHP

Hi,


max() returns the numerically highest of the parameter values.If the first and only parameter is an array, max() returns the highest value in that array. If the first parameter is an integer, string or float, you need at least two parameters and max() returns the biggest of these values. You can compare an unlimited number of values.
__________________
Regards,
Senraj.A

Last edited by senraj : 04-16-2008 at 02:49 AM.
Reply With Quote