Suppose if I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what's the problem?
Answer Posted / Nishant Kumar
In many programming languages, including PHP and WordPress, the octal (base-8) number system is not typically used for integers. To avoid confusion, use decimal numbers (base-10), like 0123 written as simply 123.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers