|
Hi i am novice php programmer. Can anybody help me about octal and hexadecimal numbers?
<?php
$a = 0123; // octal number (equivalent to 83 decimal)
?>
In this code how can octal can be equal to 83decimal?
Same question is about hexadecimal. Here it equals 26deimals? Please give me a better explanation.
Last edited by dipty; 09-20-2009 at 08:10 AM..
|