PHP octdec May 3, 2012 Pramod T P It converts octal number to decimal Example <?php echo octdec(11); ?> Output 9