From e7e93e1db54f50ef5486f076048f2638f5f334c6 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sun, 19 Jan 2003 04:18:59 +0000 Subject: [PATCH] cross reference with min git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112637 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/max.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml index 0cd8bd67a9..941f1ced18 100644 --- a/reference/math/functions/max.xml +++ b/reference/math/functions/max.xml @@ -1,5 +1,5 @@ - + @@ -8,12 +8,12 @@ Description - - mixedmax - mixedarg1 - mixedarg2 - mixedargn - + + numbermax + numberarg1 + numberarg2 + numberargn + max returns the numerically highest of the parameter values. @@ -31,6 +31,9 @@ values is a float, all of them will be treated as integers, and an integer is returned. + + See also max. +