tryphp_func_math_min.php:
"); echo(min(22,14,68,18,15) . "
"); echo(min(array(4,6,8,10)) . "
"); echo(min(array(44,16,81,12))); ?>
2
14
4
12