Index: en/reference/math/functions/min.xml =================================================================== RCS file: /repository/phpdoc/en/reference/math/functions/min.xml,v retrieving revision 1.8 diff -u -r1.8 min.xml --- en/reference/math/functions/min.xml 31 Mar 2007 11:20:54 -0000 1.8 +++ en/reference/math/functions/min.xml 15 Jun 2007 16:05:30 -0000 @@ -9,24 +9,18 @@ &reftitle.description; mixedmin - numberarg1 - numberarg2 - number... + arrayvalues mixedmin - arraynumbers + mixedvalue1 + mixedvalue2 + mixedvalue3... - min returns the numerically lowest of the - parameter values. - - If the first and only parameter is an array, min - returns the lowest value in that array. If the first parameter - is an integer, string or float, you need at least two parameters - and min returns the smallest of these values. - You can compare an unlimited number of values. + returns the lowest value in that array. If at least two parameters are + provided, min returns the smallest of these values. @@ -38,6 +32,31 @@ 0 is returned. + + + &reftitle.parameters; + + + + values + + + An array containing the values. + + + + + + + + &reftitle.returnvalues; + + min returns the numerically lowest of the + parameter values. + + + + &reftitle.examples; Example uses of <function>min</function> @@ -63,43 +82,13 @@ - - See also max and - count. - - - - &reftitle.parameters; - - - - - - - - - - - - - - - &reftitle.returnvalues; - - - - - - &reftitle.examples; - - - &reftitle.seealso; - + max + count