PHP log10 May 3, 2012 Pramod T P It returns Base-10 logarithm value Example <?php echo log10(1); ?> Output 0