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