![]() |
|
What is the difference between characters 23 and x23 in PHP? - Printable Version +- Hosting Forum (http://www.hostingforum.ca/forum) +-- Forum: Other Topics (/forumdisplay.php?fid=28) +--- Forum: Programming (/forumdisplay.php?fid=30) +--- Thread: What is the difference between characters 23 and x23 in PHP? (/showthread.php?tid=628) |
What is the difference between characters 23 and x23 in PHP? - phpdeveloperindia - 06-13-2012 07:03 AM What is the difference between characters 23 and x23 in PHP? RE: What is the difference between characters 23 and x23 in PHP? - haseem - 07-06-2012 01:41 AM You can find it on google. I don't know. RE: What is the difference between characters 23 and x23 in PHP? - bizworldusa - 07-13-2012 12:34 AM The answers i found indicate that '23' is an octal value while 'x23' is a hexadecimal value. that's my understanding of it atleast. by thank you bizworldusa.com |