Page 1 of 1

What is the difference between characters 23 and x23 in PHP?

Posted: Wed Jun 13, 2012 7:04 am
by phpdevelopers
What is the difference between characters 23 and x23 in PHP?

Re: What is the difference between characters 23 and x23 in

Posted: Wed Jun 13, 2012 8:15 am
by social_experiment
The answers i found indicate that '23' is an octal value while 'x23' is a hexadecimal value. that's my understanding of it atleast