Index: en/reference/math/functions/max.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/math/functions/max.xml,v
retrieving revision 1.9
diff -u -r1.9 max.xml
--- en/reference/math/functions/max.xml 31 Mar 2007 11:20:54 -0000 1.9
+++ en/reference/math/functions/max.xml 15 Jun 2007 16:05:39 -0000
@@ -9,24 +9,20 @@
&reftitle.description;
mixedmax
- numberarg1
- numberarg2
- number...
+ arrayvalues
mixedmax
- arraynumbers
+ mixedvalue1
+ mixedvalue2
+ mixedvalue3...
- 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.
+ returns the highest value in that array. If at least two parameters are
+ provided, max returns the biggest of these values.
@@ -38,45 +34,16 @@
value will be returned.
-
-
- Example uses of max
-
-
-]]>
-
-
-
-
- See also min and
- count.
-
&reftitle.parameters;
-
+ values
-
+ An array containing the values.
@@ -86,20 +53,44 @@
&reftitle.returnvalues;
-
+ max returns the numerically highest of the
+ parameter values.
&reftitle.examples;
+
+ Example uses of max
+
+
+]]>
+
+
&reftitle.seealso;
-
+ min
+ count