Min
(PHP3, PHP4)
Min---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Returns the minimum value in a parameter
Grammar: Mixed min (mixed arg1, mixed arg2, mixed argn);
Description:
Returns the minimum value in the parameter, if the first argument is an array, this function returns the minimum value of this array, and if the first argument is an integer, a string, or a floating-point number, then at least two parameters are required and the minimum value of the values is returned, and the numbers of the parameters are unrestricted and can be determined by the user. If more than one parameter value is a floating-point number, all parameter values are considered floating-point numbers, and the result returned is also a floating-point number. If none of the arguments is a floating-point number, all parameter values are treated as integers and return values are integers.