Monday, February 2, 2015

Decimal To Octal Conversion in PHP

In this article I would like to share with you how to convert decimal into octal value using php as your programming language the code is very easy to understand because in PHP there is already a built in function to convert decimal into octal equivalent using this statement sprintf("%o",$bin).

If you have some questions please send me an email at jakerpomperada@yahoo.com and jakerpomperada@gmail.com. People here in the Philippines who wish to contact me can reach me at my mobile number 09173084360.

Thank you very much and Happy Productive Programming



Sample Output of Our Program



No comments:

Post a Comment