From e3ae54c480ad4d3476ad8310599b544c6b227a79 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 15 Nov 2013 04:15:36 +0000 Subject: [PATCH] Add NULL/FALSE value example to min() git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332118 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/min.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/reference/math/functions/min.xml b/reference/math/functions/min.xml index 5da50d55e7..0b44639ccd 100644 --- a/reference/math/functions/min.xml +++ b/reference/math/functions/min.xml @@ -109,6 +109,22 @@ $val = min('string', array(2, 5, 7), 42); // string + + + + Example of NULL/FALSE value with <function>min</function> + + +]]> + + + + &reftitle.seealso;