From aa742af0b78990a4e431dc3ba2452c2d75c99968 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 11 Apr 2012 13:50:52 +0000 Subject: [PATCH] Document parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325049 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/max.xml | 29 ++++++++++++++++++++++++++++- reference/math/functions/min.xml | 29 ++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml index 8add7c1e3b..6e52c58776 100644 --- a/reference/math/functions/max.xml +++ b/reference/math/functions/max.xml @@ -15,7 +15,7 @@ mixedmax mixedvalue1 mixedvalue2 - mixedvalue3... + mixed... If the first and only parameter is an array, max @@ -45,6 +45,33 @@ + + value1 + + + Any comparable + value. + + + + + value2 + + + Any comparable + value. + + + + + ... + + + Any comparable + value. + + + diff --git a/reference/math/functions/min.xml b/reference/math/functions/min.xml index 317338c5c5..5da50d55e7 100644 --- a/reference/math/functions/min.xml +++ b/reference/math/functions/min.xml @@ -15,7 +15,7 @@ mixedmin mixedvalue1 mixedvalue2 - mixedvalue3... + mixed... If the first and only parameter is an array, min @@ -45,6 +45,33 @@ + + value1 + + + Any comparable + value. + + + + + value2 + + + Any comparable + value. + + + + + ... + + + Any comparable + value. + + +