PHP max May 3, 2012 Pramod T P It returns maximum value Example <?php echo max(10,11,17) ?> Output 17